From: zeertzjq Date: Thu, 27 Nov 2025 20:27:13 +0000 (+0000) Subject: runtime(doc): remove outdated help about 'completeopt' "fuzzy" X-Git-Tag: v9.1.1932~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b217ffbef27c416d6c9b4b7e5a08f61f54013748;p=thirdparty%2Fvim.git runtime(doc): remove outdated help about 'completeopt' "fuzzy" closes: #18815 Signed-off-by: zeertzjq Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 7d12c4f0e7..5ded591bdf 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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