vim-patch:cfcf1a5: runtime(doc): Clarify use of "noselect" in 'completeopt'

closes: vim/vim#18452

cfcf1a57cb

Co-authored-by: Girish Palya <girishji@gmail.com>
Co-authored-by: Tomasz N <przepompownia@users.noreply.github.com>
This commit is contained in:
zeertzjq
2025-10-02 11:13:03 +08:00
parent 3f422cb5eb
commit 9f33b69cfd
3 changed files with 9 additions and 3 deletions

View File

@@ -1674,7 +1674,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

View File

@@ -1219,7 +1219,9 @@ vim.go.cia = vim.go.completeitemalign
---
--- 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

View File

@@ -1699,7 +1699,9 @@ local options = {
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