|
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 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | 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|.
|
2107 | 2107 | *'completefuzzycollect'* *'cfc'*
|
2108 | 2108 | 'completefuzzycollect' 'cfc' string (default: empty)
|
2109 | 2109 | 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: |
2115 | 2115 |
|
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| |
2119 | 2120 |
|
2120 |
| - files file names |i_CTRL-X_CTRL-F| |
| 2121 | + files file names |i_CTRL-X_CTRL-F| |
2121 | 2122 |
|
2122 |
| - whole_line whole lines |i_CTRL-X_CTRL-L| |
| 2123 | + whole_line whole lines |i_CTRL-X_CTRL-L| |
2123 | 2124 |
|
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. |
2127 | 2128 |
|
2128 | 2129 | *'completeitemalign'* *'cia'*
|
2129 | 2130 | 'completeitemalign' 'cia' string (default: "abbr,kind,menu")
|
|
0 commit comments