mirror of
https://github.com/neovim/neovim.git
synced 2025-10-03 08:28:34 +00:00
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:
@@ -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
|
noselect Same as "noinsert", except that no menu item is
|
||||||
pre-selected. If both "noinsert" and "noselect" are
|
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
|
nosort Disable sorting of completion candidates based on fuzzy
|
||||||
scores when "fuzzy" is enabled. Candidates will appear
|
scores when "fuzzy" is enabled. Candidates will appear
|
||||||
|
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -1219,7 +1219,9 @@ vim.go.cia = vim.go.completeitemalign
|
|||||||
---
|
---
|
||||||
--- noselect Same as "noinsert", except that no menu item is
|
--- noselect Same as "noinsert", except that no menu item is
|
||||||
--- pre-selected. If both "noinsert" and "noselect" are
|
--- 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
|
--- nosort Disable sorting of completion candidates based on fuzzy
|
||||||
--- scores when "fuzzy" is enabled. Candidates will appear
|
--- scores when "fuzzy" is enabled. Candidates will appear
|
||||||
|
@@ -1699,7 +1699,9 @@ local options = {
|
|||||||
|
|
||||||
noselect Same as "noinsert", except that no menu item is
|
noselect Same as "noinsert", except that no menu item is
|
||||||
pre-selected. If both "noinsert" and "noselect" are
|
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
|
nosort Disable sorting of completion candidates based on fuzzy
|
||||||
scores when "fuzzy" is enabled. Candidates will appear
|
scores when "fuzzy" is enabled. Candidates will appear
|
||||||
|
Reference in New Issue
Block a user