mirror of
https://github.com/vim/vim.git
synced 2025-10-16 07:24:23 -04:00
runtime(doc): Clarify use of "noselect" in 'completeopt'
closes: #18452 Co-authored-by: Tomasz N <przepompownia@users.noreply.github.com> Signed-off-by: Girish Palya <girishji@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
0977c8b03e
commit
cfcf1a57cb
@@ -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
|
||||
|
Reference in New Issue
Block a user