mirror of
https://github.com/neovim/neovim.git
synced 2025-10-12 21:06:13 +00:00
vim-patch:1388fa6: runtime(doc): Add reference to 'wildoptions' in fuzzy-matching docs
The docs for fuzzy matching seems to try to list every possible use
case, but misses this one. It's a good idea to be consistent.
closes: vim/vim#18525
1388fa62d2
Co-authored-by: Yee Cheng Chin <ychin.git@gmail.com>
This commit is contained in:
@@ -1529,7 +1529,8 @@ a List of strings. |matchfuzzy()| returns the matching strings, while
|
||||
|
||||
The "f" flag of `:vimgrep` enables fuzzy matching.
|
||||
|
||||
To enable fuzzy matching for |ins-completion|, add the "fuzzy" value to the
|
||||
'completeopt' option.
|
||||
To enable fuzzy matching for |ins-completion|, add "fuzzy" to the
|
||||
'completeopt' option. For |cmdline-completion|, add "fuzzy" to the
|
||||
'wildoptions' option.
|
||||
|
||||
vim:tw=78:ts=8:noet:ft=help:norl:
|
||||
|
Reference in New Issue
Block a user