File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- *version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20
1+ *version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 21
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -52602,6 +52602,8 @@ Vim が制限モードで実行されている場合、外部 diff モードの
5260252602- |stl-%[FuncName]| アトムを使用して、'statusline'、'tabline'、'tabpanel' でマ
5260352603 ウスでクリック可能な領域を設定できる。
5260452604- |:terminal| でリフローのサポートを有効にする。
52605+ - タブページのリストが画面の表示高さを超えた場合にタブパネルをスクロールできる
52606+ ように、'tabpanelopt' に "scroll" と "scrollbar" のサブオプションを追加した。
5260552607
5260652608プラットフォーム固有 ~
5260752609--------------------
@@ -52644,8 +52646,8 @@ Functions: ~
5264452646
5264552647'modelinestrict' モードラインからは安全なオプションのみを設定できるよう
5264652648 にする。
52647- 'pumopt' ポップアップメニューの追加オプション
52648- 'scrolloffpad' ファイルの末尾に 'scrolloff' コンテキストを保持する
52649+ 'pumopt' ポップアップメニューの追加オプション。
52650+ 'scrolloffpad' カーソルをファイルの末尾に垂直方向に中央揃えする。
5264952651'statuslineopt' 'statusline' の高さを設定するための、ウィンドウローカ
5265052652 ルな追加オプション。
5265152653't_BS' 同期更新を開始する。
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.2. Last change: 2026 Apr 20
1+ *version9.txt* For Vim version 9.2. Last change: 2026 Apr 21
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52616,6 +52616,9 @@ Other ~
5261652616- Allow mouse clickable regions in the 'statusline', 'tabline' and the
5261752617 'tabpanel' using the |stl-%[FuncName]| atom.
5261852618- Enable reflow support in the |:terminal|.
52619+ - Added "scroll" and "scrollbar" sub-options to 'tabpanelopt' so the
52620+ tabpanel can scroll when the tab list exceeds the visible screen
52621+ height.
5261952622
5262052623Platform specific ~
5262152624-----------------
@@ -52656,8 +52659,8 @@ Autocommands: ~
5265652659Options: ~
5265752660
5265852661'modelinestrict' Only allow safe options to be set from a modeline.
52659- 'pumopt' Additional options for the popup menu
52660- 'scrolloffpad' Keep 'scrolloff' context at end of file
52662+ 'pumopt' Additional options for the popup menu.
52663+ 'scrolloffpad' Vertically center cursor at end of file.
5266152664'statuslineopt' Extra window-local options for the 'statusline', to
5266252665 configure the height.
5266352666't_BS' Begin synchronized update.
You can’t perform that action at this time.
0 commit comments