|
1 |
| -*options.txt* For Vim version 9.1. Last change: 2025 Mar 07 |
| 1 | +*options.txt* For Vim version 9.1. Last change: 2025 Mar 12 |
2 | 2 |
|
3 | 3 |
|
4 | 4 | VIM REFERENCE MANUAL by Bram Moolenaar
|
@@ -2107,14 +2107,23 @@ 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 |
| - This option enables fuzzy collection for (only some) specific |
2111 |
| - |ins-completion| modes, adjusting how items are gathered for fuzzy |
2112 |
| - matching based on input. |
2113 |
| - The option can contain the following values (separated by commas), |
2114 |
| - each enabling fuzzy collection for a specific completion mode: |
2115 |
| - files file names |
2116 |
| - keyword keyword completion in 'complete' and current file |
2117 |
| - whole_line whole lines |
| 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: |
| 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| |
| 2119 | + |
| 2120 | + files file names |i_CTRL-X_CTRL-F| |
| 2121 | + |
| 2122 | + whole_line whole lines |i_CTRL-X_CTRL-L| |
| 2123 | + |
| 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. |
2118 | 2127 |
|
2119 | 2128 | *'completeitemalign'* *'cia'*
|
2120 | 2129 | 'completeitemalign' 'cia' string (default: "abbr,kind,menu")
|
|
0 commit comments