diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-12-18 08:40:23 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 08:40:23 +0800 |
commit | 51c380238cd23c5e6e050dfb379ae6b30bef032c (patch) | |
tree | 042fb803194c25e9f7aa52ac4400d034efbb3071 /runtime/doc/syntax.txt | |
parent | 0dd933265ff2e64786fd30f949e767e10f401519 (diff) | |
parent | b7da54aa9e72a0c7684546439f078ed89ba16d0a (diff) | |
download | rneovim-51c380238cd23c5e6e050dfb379ae6b30bef032c.tar.gz rneovim-51c380238cd23c5e6e050dfb379ae6b30bef032c.tar.bz2 rneovim-51c380238cd23c5e6e050dfb379ae6b30bef032c.zip |
Merge pull request #31615 from zeertzjq/vim-9.1.0936
vim-patch:9.1.{0936,0941,0942}: ComplMatchIns highlight
Diffstat (limited to 'runtime/doc/syntax.txt')
-rw-r--r-- | runtime/doc/syntax.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index df4d0f7260..f5183e3247 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -5243,6 +5243,8 @@ PmenuMatch Popup menu: Matched text in normal item. Combined with *hl-PmenuMatchSel* PmenuMatchSel Popup menu: Matched text in selected item. Combined with |hl-PmenuMatch| and |hl-PmenuSel|. + *hl-ComplMatchIns* +ComplMatchIns Matched text of the currently inserted completion. *hl-Question* Question |hit-enter| prompt and yes/no questions. *hl-QuickFixLine* |