Skip to content

Commit 462ae7d

Browse files
authored
Merge pull request #2002 from h-east/update-options
Update options.{txt,jax}
2 parents 65a6105 + 2c9fb5c commit 462ae7d

File tree

2 files changed

+30
-28
lines changed

2 files changed

+30
-28
lines changed

doc/options.jax

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim バージョン 9.1. Last change: 2025 Mar 12
1+
*options.txt* For Vim バージョン 9.1. Last change: 2025 Mar 14
22

33

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

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

2163-
files ファイル名 |i_CTRL-X_CTRL-F|
2164+
files ファイル名 |i_CTRL-X_CTRL-F|
21642165

2165-
whole_line 行全体 |i_CTRL-X_CTRL-L|
2166+
whole_line 行全体 |i_CTRL-X_CTRL-L|
21662167

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

21712172
*'completeitemalign'* *'cia'*
21722173
'completeitemalign' 'cia' 文字列 (既定では "abbr,kind,menu")

en/options.txt

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2025 Mar 12
1+
*options.txt* For Vim version 9.1. Last change: 2025 Mar 14
22

33

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

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

2120-
files file names |i_CTRL-X_CTRL-F|
2121+
files file names |i_CTRL-X_CTRL-F|
21212122

2122-
whole_line whole lines |i_CTRL-X_CTRL-L|
2123+
whole_line whole lines |i_CTRL-X_CTRL-L|
21232124

2124-
When used with 'completeopt' "longest" option, fuzzy collection can
2125-
identify the longest common string among the best fuzzy matches and
2126-
automatically insert it.
2125+
When using the 'completeopt' "longest" option value, fuzzy collection
2126+
can identify the longest common string among the best fuzzy matches
2127+
and insert it automatically.
21272128

21282129
*'completeitemalign'* *'cia'*
21292130
'completeitemalign' 'cia' string (default: "abbr,kind,menu")

0 commit comments

Comments
 (0)