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:
zeertzjq
2025-10-03 17:30:24 +08:00
committed by GitHub
parent affe0cd1b1
commit 1939ec1763
3 changed files with 6 additions and 6 deletions

View File

@@ -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 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" takes precedence. This options is present, "noselect" takes precedence. This is enabled
enabled automatically when 'autocomplete' is on, unless automatically when 'autocomplete' is on, unless
"preinsert" is also enabled. "preinsert" is also enabled.
nosort Disable sorting of completion candidates based on fuzzy nosort Disable sorting of completion candidates based on fuzzy

View File

@@ -1219,8 +1219,8 @@ 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" takes precedence. This options is --- present, "noselect" takes precedence. This is enabled
--- enabled automatically when 'autocomplete' is on, unless --- automatically when 'autocomplete' is on, unless
--- "preinsert" is also enabled. --- "preinsert" is also enabled.
--- ---
--- nosort Disable sorting of completion candidates based on fuzzy --- nosort Disable sorting of completion candidates based on fuzzy

View File

@@ -1699,8 +1699,8 @@ 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" takes precedence. This options is present, "noselect" takes precedence. This is enabled
enabled automatically when 'autocomplete' is on, unless automatically when 'autocomplete' is on, unless
"preinsert" is also enabled. "preinsert" is also enabled.
nosort Disable sorting of completion candidates based on fuzzy nosort Disable sorting of completion candidates based on fuzzy