diff options
author | zeertzjq <zeertzjq@outlook.com> | 2023-01-17 16:16:44 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-17 16:16:44 +0800 |
commit | fc692dfce1dada0b40356bfcdfc55ee783f9ee2d (patch) | |
tree | bf42fe421a8d384904434d1e9c3ae3aaa065ebcb /runtime/doc/options.txt | |
parent | 2093e574c6c934a718f96d0a173aa965d3958a8b (diff) | |
parent | d5126787393075f07d4be9dc37f5d7a3cec9e177 (diff) | |
download | rneovim-fc692dfce1dada0b40356bfcdfc55ee783f9ee2d.tar.gz rneovim-fc692dfce1dada0b40356bfcdfc55ee783f9ee2d.tar.bz2 rneovim-fc692dfce1dada0b40356bfcdfc55ee783f9ee2d.zip |
Merge pull request #21851 from zeertzjq/vim-8.2.4482
vim-patch:8.2.{4482,4485}: fuzzy cmdline custom completion
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 0683bb0602..169ec95b03 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7126,7 +7126,7 @@ A jump table for the options with a short description can be found at |Q_op|. global 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. |