Skip to content

Commit 5e307df

Browse files
committed
Update version9.{txt,jax}
1 parent 0fbad89 commit 5e307df

2 files changed

Lines changed: 11 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 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' 同期更新を開始する。

en/version9.txt

Lines changed: 6 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 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

5262052623
Platform specific ~
5262152624
-----------------
@@ -52656,8 +52659,8 @@ Autocommands: ~
5265652659
Options: ~
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.

0 commit comments

Comments
 (0)