From cfcf1a57cbef90831c26626aee6ba9491fb85cb3 Mon Sep 17 00:00:00 2001 From: Girish Palya Date: Wed, 1 Oct 2025 21:09:53 +0000 Subject: [PATCH] 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 --- runtime/doc/options.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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