Skip to content

Commit

Permalink
Merge pull request #1601 from vim-jp/hh-update-option
Browse files Browse the repository at this point in the history
Update option.{txt,jax}
  • Loading branch information
h-east authored Jul 7, 2024
2 parents d034ec3 + acb14df commit f73a0d0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion doc/options.jax
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim バージョン 9.1. Last change: 2024 Jun 17
*options.txt* For Vim バージョン 9.1. Last change: 2024 Jun 19


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

*'completepopup'* *'cpp'*
'completepopup' 'cpp' 字列 (既定では空)
Expand Down
7 changes: 6 additions & 1 deletion en/options.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*options.txt* For Vim version 9.1. Last change: 2024 Jun 17
*options.txt* For Vim version 9.1. Last change: 2024 Jun 19


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -2151,6 +2151,11 @@ A jump table for the options with a short description can be found at |Q_op|.
difference how completion candidates are reduced from the
list of alternatives, but not how the candidates are
collected (using different completion types).
fuzzycollect
Enable fuzzy collection for default keyword completion.
This allows the collection of matches using fuzzy matching
criteria, providing more comprehensive and flexible
results. Works in combination with other fuzzy options.

*'completepopup'* *'cpp'*
'completepopup' 'cpp' string (default empty)
Expand Down

0 comments on commit f73a0d0

Please sign in to comment.