diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-08-26 08:10:29 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 08:10:29 +0800 |
commit | c0a8abf18e060e60b8dfeddb3a24a0d371288e2a (patch) | |
tree | 79c42fa01bcd255a63d7ee4c1295ab8e9605c83e | |
parent | b8135a76b71f1af0d708e3dc58ccb58abad59f7c (diff) | |
download | rneovim-c0a8abf18e060e60b8dfeddb3a24a0d371288e2a.tar.gz rneovim-c0a8abf18e060e60b8dfeddb3a24a0d371288e2a.tar.bz2 rneovim-c0a8abf18e060e60b8dfeddb3a24a0d371288e2a.zip |
vim-patch:88a6dd0: runtime(doc): fix typo (#30140)
closes: vim/vim#15572
https://github.com/vim/vim/commit/88a6dd036a673b310c467bf43a872a4210e19e21
Co-authored-by: glepnir <glephunter@gmail.com>
-rw-r--r-- | runtime/doc/insert.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index c914ebf255..d7cbb7c78e 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1185,9 +1185,10 @@ items: to the completion items kind_hlgroup an additional highlight group specifically for setting the highlight attributes of the completion kind. When - this field is present, it will override the |hl-PmenuKind| - highlight group, allowing for the customization of - ctermfd and guifg properties for the completion kind + this field is present, it will override the + |hl-PmenuKind| highlight group, allowing for the + customization of ctermfg and guifg properties for the + completion kind 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 |