mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 01:46:29 +00:00
vim-patch:09b1ce0: runtime(doc): fix typo after commit cfcf1a57cbef (#36001)
related: vim/vim#18452
09b1ce0860
Co-authored-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -1674,8 +1674,8 @@ 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" takes precedence. This options is
|
||||
enabled automatically when 'autocomplete' is on, unless
|
||||
present, "noselect" takes precedence. This is enabled
|
||||
automatically when 'autocomplete' is on, unless
|
||||
"preinsert" is also enabled.
|
||||
|
||||
nosort Disable sorting of completion candidates based on fuzzy
|
||||
|
4
runtime/lua/vim/_meta/options.lua
generated
4
runtime/lua/vim/_meta/options.lua
generated
@@ -1219,8 +1219,8 @@ 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" takes precedence. This options is
|
||||
--- enabled automatically when 'autocomplete' is on, unless
|
||||
--- present, "noselect" takes precedence. This is enabled
|
||||
--- automatically when 'autocomplete' is on, unless
|
||||
--- "preinsert" is also enabled.
|
||||
---
|
||||
--- nosort Disable sorting of completion candidates based on fuzzy
|
||||
|
@@ -1699,8 +1699,8 @@ local options = {
|
||||
|
||||
noselect Same as "noinsert", except that no menu item is
|
||||
pre-selected. If both "noinsert" and "noselect" are
|
||||
present, "noselect" takes precedence. This options is
|
||||
enabled automatically when 'autocomplete' is on, unless
|
||||
present, "noselect" takes precedence. This is enabled
|
||||
automatically when 'autocomplete' is on, unless
|
||||
"preinsert" is also enabled.
|
||||
|
||||
nosort Disable sorting of completion candidates based on fuzzy
|
||||
|
Reference in New Issue
Block a user