File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 12
1+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -41725,6 +41725,11 @@ Ex コマンド: ~
4172541725- GUI 以外の 'tabline' に表示される閉じるボタンは、'mouse' オプションに "a" ま
4172641726 たはフラグ "n"、"v"、"i" のいずれかが含まれている場合にのみ表示される。
4172741727- |C-indenting| は複合リテラルを処理する。
41728+ - ダイグラフ "</" (LEFT-POINTING ANGLE BRACKET) と ">/" (RIGHT-POINTING ANGLE
41729+ BRACKET) は、Unicode 16 のその他の技術コード表に合わせて、LEFT ANGLE BRACKET
41730+ と RIGHT ANGLE BRACKET を表すように変更された。
41731+ - ダイグラフが 2 つ追加された:LEFT ANGLE BRACKET "<[" と RIGHT ANGLE BRACKET
41732+ "]>"。
4172841733
4172941734 *added-9.2*
4173041735追加要素 ~
@@ -41800,6 +41805,7 @@ Ex コマンド: ~
4180041805オプション: ~
4180141806
4180241807'autocompletion' 自動補完を有効にする |ins-autocompletion|
41808+ 'autocompletedelay' 入力後にメニューが表示されるまでの遅延 (msec)
4180341809'chistory' quickfix スタックのサイズ |quickfix-stack|
4180441810'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
4180541811 集を有効にする
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.1. Last change: 2025 Aug 12
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Aug 16
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41739,6 +41739,12 @@ Others: ~
4173941739- The close button shown in the non-GUI 'tabline' will only be visible if the
4174041740 'mouse' option contains either "a" or any of the flags "n", "v", or "i".
4174141741- |C-indenting| handles compound literals.
41742+ - The digraphs "</" (LEFT-POINTING ANGLE BRACKET) and ">/" (RIGHT-POINTING
41743+ ANGLE BRACKET) have been changed to represent LEFT ANGLE BRACKET and RIGHT
41744+ ANGLE BRACKET to match the Unicode Miscellaneous Technical code chart from
41745+ Unicode 16.
41746+ - Two additional digraphs have been added: LEFT ANGLE BRACKET "<[" and RIGHT
41747+ ANGLE BRACKET "]>".
4174241748
4174341749 *added-9.2*
4174441750Added ~
@@ -41815,6 +41821,7 @@ Ex-Commands: ~
4181541821Options: ~
4181641822
4181741823'autocompletion' Enable auto completion |ins-autocompletion|
41824+ 'autocompletedelay' Delay in msec before menu appears after typing
4181841825'chistory' Size of the quickfix stack |quickfix-stack|.
4181941826'completefuzzycollect' Enable fuzzy collection of candidates for (some)
4182041827 |ins-completion| modes
You can’t perform that action at this time.
0 commit comments