Skip to content

Commit 26e4b00

Browse files
ychinchrisbra
authored andcommitted
runtime(doc): Revert outdated comment in completeopt's fuzzy documentation
Originally, `:set completeopt+=fuzzy` did not affect how the candidate list is collected in default keyword completion. A comment was added to documentation as part of #14912 to clarify it. #15193 later changed the fuzzy behavior to now change the candidate collection behavior as well so the clarification in docs is now wrong. Remove them here. closes: #15656 Signed-off-by: Yee Cheng Chin <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 03cac4b commit 26e4b00

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

runtime/doc/options.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
*options.txt* For Vim version 9.1. Last change: 2024 Sep 07
1+
*options.txt* For Vim version 9.1. Last change: 2024 Sep 10
22

33

44
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2148,10 +2148,7 @@ A jump table for the options with a short description can be found at |Q_op|.
21482148
fuzzy Enable |fuzzy-matching| for completion candidates. This
21492149
allows for more flexible and intuitive matching, where
21502150
characters can be skipped and matches can be found even
2151-
if the exact sequence is not typed. Only makes a
2152-
difference how completion candidates are reduced from the
2153-
list of alternatives, but not how the candidates are
2154-
collected (using different completion types).
2151+
if the exact sequence is not typed.
21552152

21562153
*'completepopup'* *'cpp'*
21572154
'completepopup' 'cpp' string (default empty)

0 commit comments

Comments
 (0)