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/colors/vim.lua | |
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/colors/vim.lua')
-rw-r--r-- | runtime/colors/vim.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/colors/vim.lua b/runtime/colors/vim.lua index 5b9309ab38..dd3e83c653 100644 --- a/runtime/colors/vim.lua +++ b/runtime/colors/vim.lua @@ -60,6 +60,7 @@ hi('PmenuMatch', { link = 'Pmenu' }) hi('PmenuMatchSel', { link = 'PmenuSel' }) hi('PmenuExtra', { link = 'Pmenu' }) hi('PmenuExtraSel', { link = 'PmenuSel' }) +hi('ComplMatchIns', { link = 'Normal' }) hi('Substitute', { link = 'Search' }) hi('Whitespace', { link = 'NonText' }) hi('MsgSeparator', { link = 'StatusLine' }) |