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 Mar 19
1+ *version9.txt* For Vim バージョン 9.2. Last change: 2026 Mar 25
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -52595,6 +52595,10 @@ Vim が制限モードで実行されている場合、外部 diff モードの
5259552595- |debug-adapter-protocol| の "dap" チャネルモードのサポート。
5259652596- |status-line| は複数の行を使用できる。'statuslineopt' を参照。
5259752597- 'listchars' 設定に新しい "leadtab" 値が追加された。
52598+ - コンマ区切りの "キー:値" ペア (例: 'listchars'、'fillchars'、'diffopt') を個
52599+ 別に処理する際の、|:set+=|、|:set^=|、|:set-=| の処理を改善した。
52600+ - |system()| および |systemlist()| 関数は、最初の引数としてリストを受け取り、
52601+ シェルを完全にバイパスする。
5259852602
5259952603xxd ~
5260052604---
@@ -52604,7 +52608,10 @@ C インクルード出力に終端ヌルバイトを追加するには、"-t"
5260452608 *changed-9.3*
5260552609変更点~
5260652610------
52607- - NeXTStep のサポートはパッチ v9.2.0122 で廃止された。
52611+ - NeXTStep のサポートはパッチ v9.2.0122 で廃止された
52612+ - |json_decode()| はより厳格になった: キーワードは小文字でなければならず、単独
52613+ のサロゲートは無効になった
52614+ - |js_decode()| 単独のサロゲートを拒否する
5260852615
5260952616 *added-9.3*
5261052617追加要素 ~
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.2. Last change: 2026 Mar 19
1+ *version9.txt* For Vim version 9.2. Last change: 2026 Mar 25
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52609,6 +52609,10 @@ Other ~
5260952609- Support for "dap" channel mode for the |debug-adapter-protocol|.
5261052610- |status-line| can use several lines, see 'statuslineopt'.
5261152611- New "leadtab" value for the 'listchars' setting.
52612+ - Improved |:set+=|, |:set^=| and |:set-=| handling of comma-separated "key:value"
52613+ pairs individually (e.g. 'listchars', 'fillchars', 'diffopt').
52614+ - |system()| and |systemlist()| functions accept a list as first argument,
52615+ bypassing the shell completely.
5261252616
5261352617xxd ~
5261452618---
@@ -52618,6 +52622,9 @@ Add "-t" option to append a terminating NUL byte to C include output (-i).
5261852622Changed~
5261952623-------
5262052624- Support for NeXTStep was dropped with patch v9.2.0122
52625+ - |json_decode()| is stricter: keywords must be lowercase, lone surrogates are
52626+ now invalid
52627+ - |js_decode()| rejects lone surrogates
5262152628
5262252629 *added-9.3*
5262352630Added ~
You can’t perform that action at this time.
0 commit comments