From 40c1c3317d92f8c2adadf744fab72e4458e2a9fa Mon Sep 17 00:00:00 2001 From: glepnir Date: Tue, 11 Jun 2024 19:37:04 +0200 Subject: patch 9.1.0476: Cannot see matched text in popup menu Problem: Cannot see matched text in popup menu Solution: Introduce 2 new highlighting groups: PmenuMatch and PmenuMatchSel (glepnir) ping @habamax, @neutaaaaan @romainl because vim/colorschemes may need some updates, @lifepillar for updating vim-colortemplate closes: #14694 Signed-off-by: glepnir Signed-off-by: Christian Brabandt --- src/highlight.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/highlight.c') diff --git a/src/highlight.c b/src/highlight.c index 9aa149ff9c..a71a100dcd 100644 --- a/src/highlight.c +++ b/src/highlight.c @@ -258,6 +258,8 @@ static char *(highlight_init_both[]) = { "default link CurSearch Search", "default link PmenuKind Pmenu", "default link PmenuKindSel PmenuSel", + "default link PmenuMatch Pmenu", + "default link PmenuMatchSel PmenuSel", "default link PmenuExtra Pmenu", "default link PmenuExtraSel PmenuSel", CENT("Normal cterm=NONE", "Normal gui=NONE"), -- cgit v1.2.3