Skip to content

Update option.{txt,jax} #1601

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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