diff options
author | Bram Moolenaar <Bram@vim.org> | 2022-03-08 21:35:07 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2022-03-08 21:35:07 +0000 |
commit | 1588bc8ebee22f2855f27273fc2234fff370f86c (patch) | |
tree | 7ef17f0d3739007a97fbe09daa1f96757a8ac8f2 /runtime/doc/options.txt | |
parent | ed0c62e7b16b62655824df28cdd6bd75aadbb8fc (diff) | |
download | vim-git-1588bc8ebee22f2855f27273fc2234fff370f86c.tar.gz |
Update runtime files
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r-- | runtime/doc/options.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 98d7762c6..9d353ac2d 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -9087,7 +9087,7 @@ A jump table for the options with a short description can be found at |Q_op|. feature} A list of words that change how |cmdline-completion| is done. The following values are supported: - fuzzy Use fuzzy matching to find completion matches. When + fuzzy Use |fuzzy-matching| to find completion matches. When this value is specified, wildcard expansion will not be used for completion. The matches will be sorted by the "best match" rather than alphabetically sorted. |