Skip to content

Commit c164f3c

Browse files
authored
Merge pull request #2518 from h-east/update-version9
Update version9.{txt,jax}
2 parents 40643d1 + e39b2ff commit c164f3c

2 files changed

Lines changed: 37 additions & 4 deletions

File tree

doc/version9.jax

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Feb 16
1+
*version9.txt* For Vim バージョン 9.2. Last change: 2026 Mar 02
22

33

44
VIM リファレンスマニュアル by Bram Moolenaar
@@ -52572,10 +52572,15 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5257252572
ポップアップ ~
5257352573
------------
5257452574
- 透明性のサポートについては、|popup-opacity| を参照。
52575+
- 'previewpopup' は 'completepopup' と同じ値をサポートする ("align" を除く)。
5257552576

5257652577
その他 ~
5257752578
------
52578-
完全な XDG 互換性を実現する新しい |xdg.vim| スクリプトが同梱されている
52579+
- 完全な XDG 互換性を実現する新しい |xdg.vim| スクリプトが同梱されている。
52580+
- |ConPTY| のサポートは、Windows 11 時点では安定していると見なされている。
52581+
- |debug-adapter-protocol| の "dap" チャネルモードのサポート。
52582+
- |status-line| は複数の行を使用できる。'statuslineopt' を参照。
52583+
- 'listchars' 設定に新しい "leadtab" 値が追加された。
5257952584

5258052585
*changed-9.3*
5258152586
変更点~
@@ -52584,6 +52589,17 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5258452589
*added-9.3*
5258552590
追加要素 ~
5258652591
--------
52592+
さまざまな構文、インデント、その他のプラグインが追加された。
52593+
52594+
自動コマンド: ~
52595+
52596+
|SessionLoadPre| |Session| ファイルを読み込む前
52597+
52598+
オプション: ~
52599+
52600+
'statuslineopt' 'statusline' の追加オプション。例えば、複数の行を使用
52601+
するには、"maxheight" サブオプションを使用する。
52602+
'winhighlight' ウィンドウローカルのハイライトグループのマッピング
5258752603

5258852604
==============================================================================
5258952605
☆パッチ *patches-9.3* *bug-fixes-9.3*

en/version9.txt

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*version9.txt* For Vim version 9.2. Last change: 2026 Feb 16
1+
*version9.txt* For Vim version 9.2. Last change: 2026 Mar 02
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52585,10 +52585,16 @@ work in progress.
5258552585
Popups ~
5258652586
------
5258752587
- Support for transparency, see |popup-opacity|.
52588+
- 'previewpopup' supports the same values as 'completepopup' (except for
52589+
"align").
5258852590

5258952591
Other ~
5259052592
-----
52591-
The new |xdg.vim| script for full XDG compatibility is included
52593+
- The new |xdg.vim| script for full XDG compatibility is included.
52594+
- |ConPTY| support is considered stable as of Windows 11.
52595+
- 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.
5259252598

5259352599
*changed-9.3*
5259452600
Changed~
@@ -52597,6 +52603,17 @@ Changed~
5259752603
*added-9.3*
5259852604
Added ~
5259952605
-----
52606+
Various syntax, indent and other plugins were added.
52607+
52608+
Autocommands: ~
52609+
52610+
|SessionLoadPre| before loading a |Session| file
52611+
52612+
Options: ~
52613+
52614+
'statuslineopt' Extra options for the 'statusline', e.g. use the
52615+
"maxheight" suboption to use several lines.
52616+
'winhighlight' Window-local highlight group mappings.
5260052617

5260152618
==============================================================================
5260252619
PATCHES *patches-9.3* *bug-fixes-9.3*

0 commit comments

Comments
 (0)