diff options
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/options.txt | 5 | ||||
-rw-r--r-- | runtime/lua/vim/_meta/options.lua | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt index 96bf1eb7bd..8ea05aba58 100644 --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1574,9 +1574,8 @@ A jump table for the options with a short description can be found at |Q_op|. preinsert Preinsert the portion of the first candidate word that is not part of the current completion leader and using the - |hl-ComplMatchIns| highlight group. Does not work when - "fuzzy" is set. Requires both "menu" and "menuone" to be - set. + |hl-ComplMatchIns| highlight group. In order for it to + work, "fuzzy" must not bet set and "menuone" must be set. preview Show extra information about the currently selected completion in the preview window. Only works in diff --git a/runtime/lua/vim/_meta/options.lua b/runtime/lua/vim/_meta/options.lua index 4fce3e9af2..25cc3aae00 100644 --- a/runtime/lua/vim/_meta/options.lua +++ b/runtime/lua/vim/_meta/options.lua @@ -1101,9 +1101,8 @@ vim.go.cia = vim.go.completeitemalign --- preinsert --- Preinsert the portion of the first candidate word that is --- not part of the current completion leader and using the ---- `hl-ComplMatchIns` highlight group. Does not work when ---- "fuzzy" is set. Requires both "menu" and "menuone" to be ---- set. +--- `hl-ComplMatchIns` highlight group. In order for it to +--- work, "fuzzy" must not bet set and "menuone" must be set. --- --- preview Show extra information about the currently selected --- completion in the preview window. Only works in |