File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
- *options.txt* For Vim バージョン 9.1. Last change: 2024 Jun 17
1
+ *options.txt* For Vim バージョン 9.1. Last change: 2024 Jun 19
2
2
3
3
4
4
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2194,6 +2194,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる
2194
2194
つけることができる。補完候補が選択肢のリストからどのように
2195
2195
削減されるかに違いがあるだけで、(異なる補完タイプを使用し
2196
2196
て) 候補が収集される方法には違いはない。
2197
+ fuzzycollect
2198
+ デフォルトのキーワード補完のあいまい収集を有効にする。これ
2199
+ により、あいまいマッチの基準を使用してマッチを収集できるよ
2200
+ うになり、より包括的で柔軟な結果が得られる。他のあいまいオ
2201
+ プションと組み合わせて使用できる。
2197
2202
2198
2203
*'completepopup'* *'cpp'*
2199
2204
'completepopup' 'cpp' 字列 (既定では空)
Original file line number Diff line number Diff line change 1
- *options.txt* For Vim version 9.1. Last change: 2024 Jun 17
1
+ *options.txt* For Vim version 9.1. Last change: 2024 Jun 19
2
2
3
3
4
4
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2151,6 +2151,11 @@ A jump table for the options with a short description can be found at |Q_op|.
2151
2151
difference how completion candidates are reduced from the
2152
2152
list of alternatives, but not how the candidates are
2153
2153
collected (using different completion types).
2154
+ fuzzycollect
2155
+ Enable fuzzy collection for default keyword completion.
2156
+ This allows the collection of matches using fuzzy matching
2157
+ criteria, providing more comprehensive and flexible
2158
+ results. Works in combination with other fuzzy options.
2154
2159
2155
2160
*'completepopup'* *'cpp'*
2156
2161
'completepopup' 'cpp' string (default empty)
You can’t perform that action at this time.
0 commit comments