0
0
mirror of https://github.com/vim/vim.git synced 2025-10-15 07:14:09 -04:00

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: #18525

Signed-off-by: Yee Cheng Chin <ychin.git@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Yee Cheng Chin
2025-10-09 20:09:56 +00:00
committed by Christian Brabandt
parent 6783021c65
commit 1388fa62d2

View File

@@ -1,4 +1,4 @@
*pattern.txt* For Vim version 9.1. Last change: 2025 Oct 05 *pattern.txt* For Vim version 9.1. Last change: 2025 Oct 09
VIM REFERENCE MANUAL by Bram Moolenaar VIM REFERENCE MANUAL by Bram Moolenaar
@@ -1550,7 +1550,8 @@ a List of strings. |matchfuzzy()| returns the matching strings, while
The "f" flag of `:vimgrep` enables fuzzy matching. The "f" flag of `:vimgrep` enables fuzzy matching.
To enable fuzzy matching for |ins-completion|, add the "fuzzy" value to the To enable fuzzy matching for |ins-completion|, add "fuzzy" to the
'completeopt' option. 'completeopt' option. For |cmdline-completion|, add "fuzzy" to the
'wildoptions' option.
vim:tw=78:ts=8:noet:ft=help:norl: vim:tw=78:ts=8:noet:ft=help:norl: