Skip to content

Commit 1bfb378

Browse files
authored
Merge pull request #2597 from h-east/update-version9
Update version9.{txt,jax}
2 parents b08a394 + 4c38db4 commit 1bfb378

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

doc/version9.jax

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 20
1+
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 25
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' 同期更新を開始する。

en/version9.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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 25
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52616,6 +52616,8 @@ 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 tabpanel
52620+
can scroll when the tab page list exceeds the visible screen height.
5261952621

5262052622
Platform specific ~
5262152623
-----------------
@@ -52656,8 +52658,8 @@ Autocommands: ~
5265652658
Options: ~
5265752659

5265852660
'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
52661+
'pumopt' Additional options for the popup menu.
52662+
'scrolloffpad' Vertically center cursor at end of file.
5266152663
'statuslineopt' Extra window-local options for the 'statusline', to
5266252664
configure the height.
5266352665
't_BS' Begin synchronized update.

0 commit comments

Comments
 (0)