]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
runtime(doc): remove outdated help about 'completeopt' "fuzzy"
authorzeertzjq <zeertzjq@outlook.com>
Thu, 27 Nov 2025 20:27:13 +0000 (20:27 +0000)
committerChristian Brabandt <cb@256bit.org>
Thu, 27 Nov 2025 20:27:13 +0000 (20:27 +0000)
closes: #18815

Signed-off-by: zeertzjq <zeertzjq@outlook.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
runtime/doc/options.txt

index 7d12c4f0e7c11c9ee53dc0acb5cfc762ff4ca57c..5ded591bdf6836854747802e47ba8901c796866a 100644 (file)
@@ -1,4 +1,4 @@
-*options.txt*  For Vim version 9.1.  Last change: 2025 Nov 26
+*options.txt*  For Vim version 9.1.  Last change: 2025 Nov 27
 
 
                  VIM REFERENCE MANUAL    by Bram Moolenaar
@@ -2247,12 +2247,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.  Note: This option
-                   does not affect the collection of candidate list, it only
-                   controls how completion candidates are reduced from the
-                   list of alternatives.  If you want to use |fuzzy-matching|
-                   to gather more alternatives for your candidate list,
-                   see 'completefuzzycollect'.
+                   if the exact sequence is not typed.
 
           longest
                    When 'autocomplete' is not active, only the longest common