Skip to content

Commit

Permalink
Revert outdated comment in completeopt's fuzzy documentation
Browse files Browse the repository at this point in the history
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 vim#14912 to clarify it. vim#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.
  • Loading branch information
ychin committed Sep 10, 2024
1 parent d30ffdc commit c60b7d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions runtime/doc/options.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2148,10 +2148,7 @@ A jump table for the options with a short description can be found at |Q_op|.
fuzzy Enable |fuzzy-matching| for completion candidates. This
allows for more flexible and intuitive matching, where
characters can be skipped and matches can be found even
if the exact sequence is not typed. Only makes a
difference how completion candidates are reduced from the
list of alternatives, but not how the candidates are
collected (using different completion types).
if the exact sequence is not typed.

*'completepopup'* *'cpp'*
'completepopup' 'cpp' string (default empty)
Expand Down

0 comments on commit c60b7d4

Please sign in to comment.