diff --git a/doc/version9.jax b/doc/version9.jax index f74cd6408..95706ad44 100644 --- a/doc/version9.jax +++ b/doc/version9.jax @@ -1,4 +1,4 @@ -*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 12 +*version9.txt* For Vim バージョン 9.1. Last change: 2025 Aug 16 VIMリファレンスマニュアル by Bram Moolenaar @@ -41725,6 +41725,11 @@ Ex コマンド: ~ - GUI 以外の 'tabline' に表示される閉じるボタンは、'mouse' オプションに "a" ま たはフラグ "n"、"v"、"i" のいずれかが含まれている場合にのみ表示される。 - |C-indenting| は複合リテラルを処理する。 +- ダイグラフ "/" (RIGHT-POINTING ANGLE + BRACKET) は、Unicode 16 のその他の技術コード表に合わせて、LEFT ANGLE BRACKET + と RIGHT ANGLE BRACKET を表すように変更された。 +- ダイグラフが 2 つ追加された:LEFT ANGLE BRACKET "<[" と RIGHT ANGLE BRACKET + "]>"。 *added-9.2* 追加要素 ~ @@ -41800,6 +41805,7 @@ Ex コマンド: ~ オプション: ~ 'autocompletion' 自動補完を有効にする |ins-autocompletion| +'autocompletedelay' 入力後にメニューが表示されるまでの遅延 (msec) 'chistory' quickfix スタックのサイズ |quickfix-stack| 'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収 集を有効にする diff --git a/en/version9.txt b/en/version9.txt index 281ae2d51..17be46d03 100644 --- a/en/version9.txt +++ b/en/version9.txt @@ -1,4 +1,4 @@ -*version9.txt* For Vim version 9.1. Last change: 2025 Aug 12 +*version9.txt* For Vim version 9.1. Last change: 2025 Aug 16 VIM REFERENCE MANUAL by Bram Moolenaar @@ -41739,6 +41739,12 @@ Others: ~ - The close button shown in the non-GUI 'tabline' will only be visible if the 'mouse' option contains either "a" or any of the flags "n", "v", or "i". - |C-indenting| handles compound literals. +- The digraphs "/" (RIGHT-POINTING + ANGLE BRACKET) have been changed to represent LEFT ANGLE BRACKET and RIGHT + ANGLE BRACKET to match the Unicode Miscellaneous Technical code chart from + Unicode 16. +- Two additional digraphs have been added: LEFT ANGLE BRACKET "<[" and RIGHT + ANGLE BRACKET "]>". *added-9.2* Added ~ @@ -41815,6 +41821,7 @@ Ex-Commands: ~ Options: ~ 'autocompletion' Enable auto completion |ins-autocompletion| +'autocompletedelay' Delay in msec before menu appears after typing 'chistory' Size of the quickfix stack |quickfix-stack|. 'completefuzzycollect' Enable fuzzy collection of candidates for (some) |ins-completion| modes