Skip to content

Update options.{txt,jax} #2002

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
Mar 22, 2025
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
29 changes: 15 additions & 14 deletions 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: 2025 Mar 12
*options.txt* For Vim バージョン 9.1. Last change: 2025 Mar 14


VIMリファレンスマニュアル by Bram Moolenaar
Expand Down Expand Up @@ -2150,23 +2150,24 @@ Note 1番目の形式では、行全体がオプション指定に使われる
*'completefuzzycollect'* *'cfc'*
'completefuzzycollect' 'cfc' 文字列 (既定では空)
グローバル
オプションのコンマ区切りのリストは、特定の |ins-completion| モードでの
ファジー収集を有効にし、補完中に項目が収集される方法に影響する。設定す
ると標準のプリフィックスベースのマッチングではなく、ファジーマッチング
を使用して補完候補が検索される。このオプションには以下の値を含めること
ができる:
特定の |ins-completion| モードでファジー収集を有効にする文字列のコンマ
区切りのリスト。補完中にマッチが収集される方法に影響する。指定された
モードでは標準のプリフィックスベースのマッチングではなく、ファジーマッ
チングを使用して補完候補が検索される。このオプションには以下の値を含め
ることができる:

keyword カレントファイル内のキーワード |i_CTRL-X_CTRL-N|。
'complete' 内の "."、"w"、"b"、"u"、"U" および
"k{dict}" フラグを持つキーワード。|i_CTRL-N| |i_CTRL-P|
keyword カレントファイル内のキーワード |i_CTRL-X_CTRL-N|
'complete' 内のフラグ "."、 |i_CTRL-N| |i_CTRL-P|
"w"、"b"、"u"、"U" および "k{dict}" を持つキーワード
'dictionary' 内のキーワード |i_CTRL-X_CTRL-K|

files ファイル名 |i_CTRL-X_CTRL-F|
files ファイル名 |i_CTRL-X_CTRL-F|

whole_line 行全体 |i_CTRL-X_CTRL-L|
whole_line 行全体 |i_CTRL-X_CTRL-L|

'completeopt' の "longest" オプションと一緒に使用すると、ファジー収集
は最適なファジーマッチの中で最も長い共通文字列を識別し、それを自動的に
挿入できる
'completeopt' の "longest" オプション値を使用すると、ファジー収集は最
適なファジーマッチの中から最長の共通文字列を識別し、それを自動的に挿入
できる

*'completeitemalign'* *'cia'*
'completeitemalign' 'cia' 文字列 (既定では "abbr,kind,menu")
Expand Down
29 changes: 15 additions & 14 deletions 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: 2025 Mar 12
*options.txt* For Vim version 9.1. Last change: 2025 Mar 14


VIM REFERENCE MANUAL by Bram Moolenaar
Expand Down Expand Up @@ -2107,23 +2107,24 @@ A jump table for the options with a short description can be found at |Q_op|.
*'completefuzzycollect'* *'cfc'*
'completefuzzycollect' 'cfc' string (default: empty)
global
A comma-separated list of option enables fuzzy collection for specific
|ins-completion| modes, affecting how items are gathered during
completion. When set, fuzzy matching is used to find completion
candidates instead of the standard prefix-based matching. This option
can contain the following values are:
A comma-separated list of strings to enable fuzzy collection for
specific |ins-completion| modes, affecting how matches are gathered
during completion. For specified modes, fuzzy matching is used to
find completion candidates instead of the standard prefix-based
matching. This option can contain the following values:

keyword keywords in the current file |i_CTRL-X_CTRL-N|
keywords with the ".", "w", "b", "u", "U" and
"k{dict}" flags in 'complete'. |i_CTRL-N| |i_CTRL-P|
keyword keywords in the current file |i_CTRL-X_CTRL-N|
keywords with flags ".", "w", |i_CTRL-N| |i_CTRL-P|
"b", "u", "U" and "k{dict}" in 'complete'
keywords in 'dictionary' |i_CTRL-X_CTRL-K|

files file names |i_CTRL-X_CTRL-F|
files file names |i_CTRL-X_CTRL-F|

whole_line whole lines |i_CTRL-X_CTRL-L|
whole_line whole lines |i_CTRL-X_CTRL-L|

When used with 'completeopt' "longest" option, fuzzy collection can
identify the longest common string among the best fuzzy matches and
automatically insert it.
When using the 'completeopt' "longest" option value, fuzzy collection
can identify the longest common string among the best fuzzy matches
and insert it automatically.

*'completeitemalign'* *'cia'*
'completeitemalign' 'cia' string (default: "abbr,kind,menu")
Expand Down