diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/options.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/nvim/options.lua b/src/nvim/options.lua index 1a66b32ccc..96548580ba 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -1466,11 +1466,11 @@ local options = { flags = true, deny_duplicates = true, desc = [=[ - 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 |