diff options
author | zeertzjq <zeertzjq@outlook.com> | 2024-06-15 05:56:15 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-15 05:56:15 +0800 |
commit | 4b36a7e60148c8feb7781887b119a01d7989a8c2 (patch) | |
tree | 46451671cc5f19c9575620661f15a405e324b0ca /runtime | |
parent | fd950d4998a497cb4258d35af72408105900296a (diff) | |
parent | aacd6c440d21bea9dbe9588da076d3351f9b228c (diff) | |
download | rneovim-4b36a7e60148c8feb7781887b119a01d7989a8c2.tar.gz rneovim-4b36a7e60148c8feb7781887b119a01d7989a8c2.tar.bz2 rneovim-4b36a7e60148c8feb7781887b119a01d7989a8c2.zip |
Merge pull request #29311 from zeertzjq/vim-9.1.0476
vim-patch:9.1.{0476,0478,0479,0480,0485}
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/colors/vim.lua | 2 | ||||
-rw-r--r-- | runtime/doc/syntax.txt | 4 |
2 files changed, 6 insertions, 0 deletions
diff --git a/runtime/colors/vim.lua b/runtime/colors/vim.lua index 76a56566a6..5b9309ab38 100644 --- a/runtime/colors/vim.lua +++ b/runtime/colors/vim.lua @@ -56,6 +56,8 @@ hi('CursorLineFold', { link = 'FoldColumn' }) hi('CurSearch', { link = 'Search' }) hi('PmenuKind', { link = 'Pmenu' }) hi('PmenuKindSel', { link = 'PmenuSel' }) +hi('PmenuMatch', { link = 'Pmenu' }) +hi('PmenuMatchSel', { link = 'PmenuSel' }) hi('PmenuExtra', { link = 'Pmenu' }) hi('PmenuExtraSel', { link = 'PmenuSel' }) hi('Substitute', { link = 'Search' }) diff --git a/runtime/doc/syntax.txt b/runtime/doc/syntax.txt index 9fc415a158..53c8846a85 100644 --- a/runtime/doc/syntax.txt +++ b/runtime/doc/syntax.txt @@ -5076,6 +5076,10 @@ PmenuExtraSel Popup menu: Selected item "extra text". PmenuSbar Popup menu: Scrollbar. *hl-PmenuThumb* PmenuThumb Popup menu: Thumb of the scrollbar. + *hl-PmenuMatch* +PmenuMatch Popup menu: Matched text in normal item + *hl-PmenuMatchSel* +PmenuMatchSel Popup menu: Matched text in selected item *hl-Question* Question |hit-enter| prompt and yes/no questions. *hl-QuickFixLine* |