runtime(doc): Clarify use of "noselect" in 'completeopt'
Commit:
https://github.com/vim/vim/commit/cfcf1a57cbef90831c26626aee6ba9491fb85cb3
Author: Girish Palya <
giri...@gmail.com>
Date: Wed Oct 1 21:09:53 2025 +0000
runtime(doc): Clarify use of "noselect" in 'completeopt'
closes:
https://github.com/vim/vim/issues/18452
Co-authored-by: Tomasz N <
przepo...@users.noreply.github.com>
Signed-off-by: Girish Palya <
giri...@gmail.com>
Signed-off-by: Christian Brabandt <
c...@256bit.org>
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 6d2b3242d..48e901305 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