diff --git a/doc/options.jax b/doc/options.jax index b8a0a7a58..a3d5f8b6a 100644 --- a/doc/options.jax +++ b/doc/options.jax @@ -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 @@ -2194,6 +2194,11 @@ Note 1番目の形式では、行全体がオプション指定に使われる つけることができる。補完候補が選択肢のリストからどのように 削減されるかに違いがあるだけで、(異なる補完タイプを使用し て) 候補が収集される方法には違いはない。 + fuzzycollect + デフォルトのキーワード補完のあいまい収集を有効にする。これ + により、あいまいマッチの基準を使用してマッチを収集できるよ + うになり、より包括的で柔軟な結果が得られる。他のあいまいオ + プションと組み合わせて使用できる。 *'completepopup'* *'cpp'* 'completepopup' 'cpp' 字列 (既定では空) diff --git a/en/options.txt b/en/options.txt index 6ec403117..62d6ded11 100644 --- a/en/options.txt +++ b/en/options.txt @@ -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 @@ -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)