From: Girish Palya Date: Wed, 1 Oct 2025 21:09:53 +0000 (+0000) Subject: runtime(doc): Clarify use of "noselect" in 'completeopt' X-Git-Tag: v9.1.1818~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cfcf1a57cbef;p=thirdparty%2Fvim.git runtime(doc): Clarify use of "noselect" in 'completeopt' closes: #18452 Co-authored-by: Tomasz N Signed-off-by: Girish Palya Signed-off-by: Christian Brabandt --- diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 6d2b3242db..48e9013052 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -2292,7 +2292,9 @@ A jump table for the options with a short description can be found at |Q_op|. noselect Same as "noinsert", except that no menu item is pre-selected. If both "noinsert" and "noselect" are - present, "noselect" has precedence. + present, "noselect" takes precedence. This options is + enabled automatically when 'autocomplete' is on, unless + "preinsert" is also enabled. nosort Disable sorting of completion candidates based on fuzzy scores when "fuzzy" is enabled. Candidates will appear