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
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -41593,6 +41593,7 @@ Vim script および Vim9 script での |Tuple| データ型のサポート。
41593
41593
"preinsert" - 挿入する値をハイライトする
41594
41594
"nearest" - カーソルまでの距離で補完結果をソートする
41595
41595
- ワイルドカード展開をトリガーする新しい関数 |wildtrigger()|
41596
+ - 自動補完のサポートが追加された |ins-autocompletion|
41596
41597
41597
41598
プラットフォーム固有~
41598
41599
--------------------
@@ -41794,6 +41795,7 @@ Ex コマンド: ~
41794
41795
41795
41796
オプション: ~
41796
41797
41798
+ 'autocompletion' 自動補完を有効にする |ins-autocompletion|
41797
41799
'chistory' quickfix スタックのサイズ |quickfix-stack|
41798
41800
'completefuzzycollect' (一部の) |ins-completion| モード用のファジーな候補の収
41799
41801
集を有効にする
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
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -41604,6 +41604,7 @@ Completion~
41604
41604
"preinsert" - highlight to be inserted values
41605
41605
"nearest" - sort completion results by distance to cursor
41606
41606
- new function |wildtrigger()| to trigger wildcard expansion
41607
+ - Support for Autocompletion has been added |ins-autocompletion|
41607
41608
41608
41609
Platform specific~
41609
41610
-----------------
@@ -41809,6 +41810,7 @@ Ex-Commands: ~
41809
41810
41810
41811
Options: ~
41811
41812
41813
+ 'autocompletion' Enable auto completion |ins-autocompletion|
41812
41814
'chistory' Size of the quickfix stack |quickfix-stack|.
41813
41815
'completefuzzycollect' Enable fuzzy collection of candidates for (some)
41814
41816
|ins-completion| modes
You can’t perform that action at this time.
0 commit comments