summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorChristian Brabandt <cb@256bit.org>2024-06-04 20:27:18 +0200
committerChristian Brabandt <cb@256bit.org>2024-06-04 20:27:18 +0200
commit2a2c4fffd7e04f74b316209404767f128684a9e1 (patch)
treeb8e10d011dce54a186bd5b1c73954e35c2e9a9a8 /runtime/doc/options.txt
parent98b73eb645b68b6e197b63bbbae777b388d47612 (diff)
runtime(doc): clarify how fuzzy 'completeopt' should work
related: #14912 Signed-off-by: Christian Brabandt <cb@256bit.org>
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index bc7f687139..57fefa2237 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -1,4 +1,4 @@
-*options.txt* For Vim version 9.1. Last change: 2024 Jun 03
+*options.txt* For Vim version 9.1. Last change: 2024 Jun 04
VIM REFERENCE MANUAL by Bram Moolenaar
@@ -2147,7 +2147,10 @@ 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.
+ 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).
*'completepopup'* *'cpp'*
'completepopup' 'cpp' string (default empty)