mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 19:38:20 +00:00
vim-patch:88a6dd0: runtime(doc): fix typo (#30140)
closes: vim/vim#15572
88a6dd036a
Co-authored-by: glepnir <glephunter@gmail.com>
This commit is contained in:
@@ -1185,9 +1185,10 @@ items:
|
|||||||
to the completion items
|
to the completion items
|
||||||
kind_hlgroup an additional highlight group specifically for setting
|
kind_hlgroup an additional highlight group specifically for setting
|
||||||
the highlight attributes of the completion kind. When
|
the highlight attributes of the completion kind. When
|
||||||
this field is present, it will override the |hl-PmenuKind|
|
this field is present, it will override the
|
||||||
highlight group, allowing for the customization of
|
|hl-PmenuKind| highlight group, allowing for the
|
||||||
ctermfd and guifg properties for the completion kind
|
customization of ctermfg and guifg properties for the
|
||||||
|
completion kind
|
||||||
|
|
||||||
All of these except "icase", "equal", "dup" and "empty" must be a string. If
|
All of these except "icase", "equal", "dup" and "empty" must be a string. If
|
||||||
an item does not meet these requirements then an error message is given and
|
an item does not meet these requirements then an error message is given and
|
||||||
|
Reference in New Issue
Block a user