Skip to content

Commit 3859cfd

Browse files
authored
Merge pull request #2525 from h-east/update-version9
Update version9.{txt,jax}
2 parents eae2082 + dee7802 commit 3859cfd

2 files changed

Lines changed: 16 additions & 6 deletions

File tree

doc/version9.jax

Lines changed: 8 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 Mar 02
1+
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Mar 12
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -52585,6 +52585,7 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5258552585
*changed-9.3*
5258652586
変更点~
5258752587
------
52588+
- NeXTStep のサポートはパッチ v9.2.0122 で廃止された。
5258852589

5258952590
*added-9.3*
5259052591
追加要素 ~
@@ -52597,8 +52598,12 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5259752598

5259852599
オプション: ~
5259952600

52600-
'statuslineopt' 'statusline' の追加オプション。例えば、複数の行を使用
52601-
するには、"maxheight" サブオプションを使用する。
52601+
'statuslineopt' 'statusline' の高さを設定するための、ウィンドウローカ
52602+
ルな追加オプション。
52603+
't_BS' 同期更新を開始する。
52604+
't_ES' 同期更新を終了する。
52605+
'termresize' 端末のサイズ変更イベントを処理するメソッド。
52606+
'termsync' ターミナル DEC 2026 同期モードのサポートを有効にする。
5260252607
'winhighlight' ウィンドウローカルのハイライトグループのマッピング
5260352608

5260452609
==============================================================================

en/version9.txt

Lines changed: 8 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 Mar 02
1+
*version9.txt* For Vim version 9.2. Last change: 2026 Mar 12
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52599,6 +52599,7 @@ Other ~
5259952599
*changed-9.3*
5260052600
Changed~
5260152601
-------
52602+
- Support for NeXTStep was dropped with patch v9.2.0122
5260252603

5260352604
*added-9.3*
5260452605
Added ~
@@ -52611,8 +52612,12 @@ Autocommands: ~
5261152612

5261252613
Options: ~
5261352614

52614-
'statuslineopt' Extra options for the 'statusline', e.g. use the
52615-
"maxheight" suboption to use several lines.
52615+
'statuslineopt' Extra window-local options for the 'statusline', to
52616+
configure the height.
52617+
't_BS' Begin synchronized update.
52618+
't_ES' End synchronized update.
52619+
'termresize' Method for handling terminal resize events.
52620+
'termsync' Enable support for terminal DEC 2026 sync mode.
5261652621
'winhighlight' Window-local highlight group mappings.
5261752622

5261852623
==============================================================================

0 commit comments

Comments
 (0)