mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
vim-patch:659cb28: runtime(doc): fix typo "bet" in :h 'completeopt' (#32711)
closes: vim/vim#16773
659cb28c25
This commit is contained in:
@@ -1575,7 +1575,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|
||||
Preinsert the portion of the first candidate word that is
|
||||
not part of the current completion leader and using the
|
||||
|hl-ComplMatchIns| highlight group. In order for it to
|
||||
work, "fuzzy" must not bet set and "menuone" must be set.
|
||||
work, "fuzzy" must not be set and "menuone" must be set.
|
||||
|
||||
preview Show extra information about the currently selected
|
||||
completion in the preview window. Only works in
|
||||
|
2
runtime/lua/vim/_meta/options.lua
generated
2
runtime/lua/vim/_meta/options.lua
generated
@@ -1102,7 +1102,7 @@ vim.go.cia = vim.go.completeitemalign
|
||||
--- Preinsert the portion of the first candidate word that is
|
||||
--- not part of the current completion leader and using the
|
||||
--- `hl-ComplMatchIns` highlight group. In order for it to
|
||||
--- work, "fuzzy" must not bet set and "menuone" must be set.
|
||||
--- work, "fuzzy" must not be set and "menuone" must be set.
|
||||
---
|
||||
--- preview Show extra information about the currently selected
|
||||
--- completion in the preview window. Only works in
|
||||
|
@@ -1544,7 +1544,7 @@ local options = {
|
||||
Preinsert the portion of the first candidate word that is
|
||||
not part of the current completion leader and using the
|
||||
|hl-ComplMatchIns| highlight group. In order for it to
|
||||
work, "fuzzy" must not bet set and "menuone" must be set.
|
||||
work, "fuzzy" must not be set and "menuone" must be set.
|
||||
|
||||
preview Show extra information about the currently selected
|
||||
completion in the preview window. Only works in
|
||||
|
Reference in New Issue
Block a user