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 12
1+ *version9.txt* For Vim バージョン 9.2. Last change: 2026 Mar 19
22
33
44 VIM リファレンスマニュアル by Bram Moolenaar
@@ -52574,6 +52574,20 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5257452574- 透明性のサポートについては、|popup-opacity| を参照。
5257552575- 'previewpopup' は 'completepopup' と同じ値をサポートする ("align" を除く)。
5257652576
52577+ Diff モード ~
52578+ -----------
52579+ インラインの単語差分を使用する場合、隣接する変更間の間隔が小さい (5 バイト以下)
52580+ 場合、かつ非単語文字のみが含まれている場合は、それらの変更がマージされるように
52581+ なった。これにより、変更箇所が空白文字や句読点のみで区切られている場合に、ハイ
52582+ ライト表示が断片化されるのを防ぐ。
52583+
52584+ 制限モード ~
52585+ ----------
52586+ Vim が制限モードで実行されている場合、外部 diff モードの使用や環境変数の設定は
52587+ 許可されなくなった。
52588+
52589+ |:cscope| の使用は許可されなくなった。
52590+
5257752591その他 ~
5257852592------
5257952593- 完全な XDG 互換性を実現する新しい |xdg.vim| スクリプトが同梱されている。
@@ -52582,6 +52596,11 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5258252596- |status-line| は複数の行を使用できる。'statuslineopt' を参照。
5258352597- 'listchars' 設定に新しい "leadtab" 値が追加された。
5258452598
52599+ xxd ~
52600+ ---
52601+ C インクルード出力に終端ヌルバイトを追加するには、"-t" オプションを追加する
52602+ (-i)。
52603+
5258552604 *changed-9.3*
5258652605変更点~
5258752606------
@@ -52592,6 +52611,10 @@ Solution: Limit writing to max KEYBUFLEN bytes to prevent writing out of
5259252611--------
5259352612さまざまな構文、インデント、その他のプラグインが追加された。
5259452613
52614+ Functions: ~
52615+
52616+ |ch_listen()| {address} でリッスンする
52617+
5259552618自動コマンド: ~
5259652619
5259752620|SessionLoadPre| |Session| ファイルを読み込む前
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.2. Last change: 2026 Mar 12
1+ *version9.txt* For Vim version 9.2. Last change: 2026 Mar 19
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -52588,6 +52588,20 @@ Popups ~
5258852588- 'previewpopup' supports the same values as 'completepopup' (except for
5258952589 "align").
5259052590
52591+ Diff mode ~
52592+ ---------
52593+ When using inline word diffs, adjacent changes are now merged if the gap
52594+ between them is small (5 bytes or less) and contains only non-word characters.
52595+ This prevents fragmented highlighting when only whitespace or punctuation
52596+ separates changes.
52597+
52598+ Restricted mode ~
52599+ ---------------
52600+ Using external diff mode or setting environment variables is no longer allowed
52601+ when Vim is running in |restricted-mode|.
52602+
52603+ Using |:cscope| is no longer allowed.
52604+
5259152605Other ~
5259252606-----
5259352607- The new |xdg.vim| script for full XDG compatibility is included.
@@ -52596,6 +52610,10 @@ Other ~
5259652610- |status-line| can use several lines, see 'statuslineopt'.
5259752611- New "leadtab" value for the 'listchars' setting.
5259852612
52613+ xxd ~
52614+ ---
52615+ Add "-t" option to append a terminating NUL byte to C include output (-i).
52616+
5259952617 *changed-9.3*
5260052618Changed~
5260152619-------
@@ -52606,6 +52624,10 @@ Added ~
5260652624-----
5260752625Various syntax, indent and other plugins were added.
5260852626
52627+ Functions: ~
52628+
52629+ |ch_listen()| listen on {address}
52630+
5260952631Autocommands: ~
5261052632
5261152633|SessionLoadPre| before loading a |Session| file
You can’t perform that action at this time.
0 commit comments