Skip to content

Commit f51b5d6

Browse files
committed
Update by original
1 parent a4a7fd1 commit f51b5d6

2 files changed

Lines changed: 16 additions & 2 deletions

File tree

doc/version9.jax

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Feb 25
1+
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Mar 01
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -52579,6 +52579,8 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5257952579
- 完全な XDG 互換性を実現する新しい |xdg.vim| スクリプトが同梱されている。
5258052580
- |ConPTY| のサポートは、Windows 11 時点では安定していると見なされている。
5258152581
- |debug-adapter-protocol| の "dap" チャネルモードのサポート。
52582+
- |status-line| は複数の行を使用できる。'statuslineopt' を参照。
52583+
- 'listchars' 設定に新しい "leadtab" 値が追加された。
5258252584

5258352585
*changed-9.3*
5258452586
変更点~
@@ -52593,6 +52595,11 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5259352595

5259452596
|SessionLoadPre| |Session| ファイルを読み込む前
5259552597

52598+
オプション: ~
52599+
52600+
'statuslineopt' 'statusline' の追加オプション。例えば、複数の行を使用
52601+
するには、"maxheight" サブオプションを使用する。
52602+
5259652603
==============================================================================
5259752604
☆パッチ *patches-9.3* *bug-fixes-9.3*
5259852605
*patches-after-9.2*

en/version9.txt

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.2. Last change: 2026 Feb 25
1+
*version9.txt* For Vim version 9.2. Last change: 2026 Mar 01
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52593,6 +52593,8 @@ Other ~
5259352593
- The new |xdg.vim| script for full XDG compatibility is included.
5259452594
- |ConPTY| support is considered stable as of Windows 11.
5259552595
- Support for "dap" channel mode for the |debug-adapter-protocol|.
52596+
- |status-line| can use several lines, see 'statuslineopt'.
52597+
- New "leadtab" value for the 'listchars' setting.
5259652598

5259752599
*changed-9.3*
5259852600
Changed~
@@ -52607,6 +52609,11 @@ Autocommands: ~
5260752609

5260852610
|SessionLoadPre| before loading a |Session| file
5260952611

52612+
Options: ~
52613+
52614+
'statuslineopt' Extra options for the 'statusline', e.g. use the
52615+
"maxheight" suboption to use several lines.
52616+
5261052617
==============================================================================
5261152618
PATCHES *patches-9.3* *bug-fixes-9.3*
5261252619
*patches-after-9.2*

0 commit comments

Comments
 (0)