-*options.txt* For Vim version 9.1. Last change: 2025 Mar 12
+*options.txt* For Vim version 9.1. Last change: 2025 Mar 13
VIM REFERENCE MANUAL by Bram Moolenaar
*'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