File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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*
Original file line number Diff line number Diff line change 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.
5258552585Popups ~
5258652586------
5258752587- Support for transparency, see |popup-opacity|.
52588+ - 'previewpopup' supports the same values as 'completepopup' (except for
52589+ "align").
5258852590
5258952591Other ~
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*
5259452600Changed~
@@ -52597,6 +52603,17 @@ Changed~
5259752603 *added-9.3*
5259852604Added ~
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==============================================================================
5260252619PATCHES *patches-9.3* *bug-fixes-9.3*
You can’t perform that action at this time.
0 commit comments