diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 9e4d14d390..dff638d29a 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -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 diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index b82b6693e2..0e52e40cbc 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -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 diff --git a/src/nvim/options.lua b/src/nvim/options.lua index cba887ff41..f3b21123be 100644 --- a/src/nvim/options.lua +++ b/src/nvim/options.lua @@ -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