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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41725,6 +41725,11 @@ Ex コマンド: ~
41725
41725
- GUI 以外の 'tabline' に表示される閉じるボタンは、'mouse' オプションに "a" ま
41726
41726
たはフラグ "n"、"v"、"i" のいずれかが含まれている場合にのみ表示される。
41727
41727
- |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
+ "]>"。
41728
41733
41729
41734
*added-9.2*
41730
41735
追加要素 ~
@@ -41800,6 +41805,7 @@ Ex コマンド: ~
41800
41805
オプション: ~
41801
41806
41802
41807
'autocompletion' 自動補完を有効にする |ins-autocompletion|
41808
+ 'autocompletedelay' 入力後にメニューが表示されるまでの遅延 (msec)
41803
41809
'chistory' quickfix スタックのサイズ |quickfix-stack|
41804
41810
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
41805
41811
集を有効にする
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41739,6 +41739,12 @@ Others: ~
41739
41739
- The close button shown in the non-GUI 'tabline' will only be visible if the
41740
41740
'mouse' option contains either "a" or any of the flags "n", "v", or "i".
41741
41741
- |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 "]>".
41742
41748
41743
41749
*added-9.2*
41744
41750
Added ~
@@ -41815,6 +41821,7 @@ Ex-Commands: ~
41815
41821
Options: ~
41816
41822
41817
41823
'autocompletion' Enable auto completion |ins-autocompletion|
41824
+ 'autocompletedelay' Delay in msec before menu appears after typing
41818
41825
'chistory' Size of the quickfix stack |quickfix-stack|.
41819
41826
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
41820
41827
|ins-completion| modes
You can’t perform that action at this time.
0 commit comments