File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1- *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 21
1+ *version9.txt* For Vim バージョン 9.1. Last change: 2025 Jul 25
22
33
44 VIMリファレンスマニュアル by Bram Moolenaar
@@ -41593,6 +41593,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
4159341593 "preinsert" - 挿入する値をハイライトする
4159441594 "nearest" - カーソルまでの距離で補完結果をソートする
4159541595- ワイルドカード展開をトリガーする新しい関数 |wildtrigger()|
41596+ - 自動補完のサポートが追加された |ins-autocompletion|
4159641597
4159741598プラットフォーム固有~
4159841599--------------------
@@ -41794,6 +41795,7 @@ Ex コマンド: ~
4179441795
4179541796オプション: ~
4179641797
41798+ 'autocompletion' 自動補完を有効にする |ins-autocompletion|
4179741799'chistory' quickfix スタックのサイズ |quickfix-stack|
4179841800'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
4179941801 集を有効にする
Original file line number Diff line number Diff line change 1- *version9.txt* For Vim version 9.1. Last change: 2025 Jul 21
1+ *version9.txt* For Vim version 9.1. Last change: 2025 Jul 25
22
33
44 VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41604,6 +41604,7 @@ Completion~
4160441604 "preinsert" - highlight to be inserted values
4160541605 "nearest" - sort completion results by distance to cursor
4160641606- new function |wildtrigger()| to trigger wildcard expansion
41607+ - Support for Autocompletion has been added |ins-autocompletion|
4160741608
4160841609Platform specific~
4160941610-----------------
@@ -41809,6 +41810,7 @@ Ex-Commands: ~
4180941810
4181041811Options: ~
4181141812
41813+ 'autocompletion' Enable auto completion |ins-autocompletion|
4181241814'chistory' Size of the quickfix stack |quickfix-stack|.
4181341815'completefuzzycollect' Enable fuzzy collection of candidates for (some)
4181441816 |ins-completion| modes
You can’t perform that action at this time.
0 commit comments