Skip to content

Commit f73a0d0

Browse files
authored
Merge pull request #1601 from vim-jp/hh-update-option
Update option.{txt,jax}
2 parents d034ec3 + acb14df commit f73a0d0

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

doc/options.jax

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2024 Jun 17
1+
*options.txt* For Vim バージョン 9.1. Last change: 2024 Jun 19
22

33

44
VIMリファレンスマニュアル by Bram Moolenaar
@@ -2194,6 +2194,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる
21942194
つけることができる。補完候補が選択肢のリストからどのように
21952195
削減されるかに違いがあるだけで、(異なる補完タイプを使用し
21962196
て) 候補が収集される方法には違いはない。
2197+
fuzzycollect
2198+
デフォルトのキーワード補完のあいまい収集を有効にする。これ
2199+
により、あいまいマッチの基準を使用してマッチを収集できるよ
2200+
うになり、より包括的で柔軟な結果が得られる。他のあいまいオ
2201+
プションと組み合わせて使用できる。
21972202

21982203
*'completepopup'* *'cpp'*
21992204
'completepopup' 'cpp' 字列 (既定では空)

en/options.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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
22

33

44
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|.
21512151
difference how completion candidates are reduced from the
21522152
list of alternatives, but not how the candidates are
21532153
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.
21542159

21552160
*'completepopup'* *'cpp'*
21562161
'completepopup' 'cpp' string (default empty)

0 commit comments

Comments
 (0)