Skip to content

Commit f67fbab

Browse files
authored
Merge pull request #2583 from h-east/update-version9
Update version9.{txt,jax}
2 parents ed18c40 + ec3c5e6 commit f67fbab

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

doc/version9.jax

Lines changed: 4 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 14
1+
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Apr 16
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -52599,8 +52599,8 @@ Vim が制限モードで実行されている場合、外部 diff モードの
5259952599
別に処理する際の、|:set+=|、|:set^=|、|:set-=| の処理を改善した。
5260052600
- |system()| および |systemlist()| 関数は、最初の引数としてリストを受け取り、
5260152601
シェルを完全にバイパスする。
52602-
- |stl-%[FuncName]| アトムを使用して、|status-line| にマウスクリック可能な領域
52603-
を設定できる
52602+
- |stl-%[FuncName]| アトムを使用して、'statusline'、'tabline'、'tabpanel' でマ
52603+
ウスでクリック可能な領域を設定できる
5260452604
- |:terminal| でリフローのサポートを有効にする。
5260552605

5260652606
プラットフォーム固有 ~
@@ -52642,6 +52642,7 @@ Functions: ~
5264252642
'modelinestrict' モードラインからは安全なオプションのみを設定できるよう
5264352643
にする。
5264452644
'pumopt' ポップアップメニューの追加オプション
52645+
'scrolloffpad' ファイルの末尾に 'scrolloff' コンテキストを保持する
5264552646
'statuslineopt' 'statusline' の高さを設定するための、ウィンドウローカ
5264652647
ルな追加オプション。
5264752648
't_BS' 同期更新を開始する。

en/version9.txt

Lines changed: 4 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 14
1+
*version9.txt* For Vim version 9.2. Last change: 2026 Apr 16
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52613,8 +52613,8 @@ Other ~
5261352613
pairs individually (e.g. 'listchars', 'fillchars', 'diffopt').
5261452614
- |system()| and |systemlist()| functions accept a list as first argument,
5261552615
bypassing the shell completely.
52616-
- Allow mouse clickable regions in the |status-line| using the
52617-
|stl-%[FuncName]| atom.
52616+
- Allow mouse clickable regions in the 'statusline', 'tabline' and the
52617+
'tabpanel' using the |stl-%[FuncName]| atom.
5261852618
- Enable reflow support in the |:terminal|.
5261952619

5262052620
Platform specific ~
@@ -52654,6 +52654,7 @@ Options: ~
5265452654

5265552655
'modelinestrict' Only allow safe options to be set from a modeline.
5265652656
'pumopt' Additional options for the popup menu
52657+
'scrolloffpad' Keep 'scrolloff' context at end of file
5265752658
'statuslineopt' Extra window-local options for the 'statusline', to
5265852659
configure the height.
5265952660
't_BS' Begin synchronized update.

0 commit comments

Comments
 (0)