From a43993897aa372159f682df37562f159994dc85c Mon Sep 17 00:00:00 2001 From: LemonBoy Date: Sat, 9 Apr 2022 21:04:08 +0100 Subject: patch 8.2.4724: current instance of last search pattern not easily spotted Problem: Current instance of last search pattern not easily spotted. Solution: Add CurSearch highlighting. (closes #10133) --- src/highlight.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/highlight.c') diff --git a/src/highlight.c b/src/highlight.c index 724c4ba8d7..61fea9a669 100644 --- a/src/highlight.c +++ b/src/highlight.c @@ -157,6 +157,7 @@ static char *(highlight_init_both[]) = { "default link QuickFixLine Search", "default link CursorLineSign SignColumn", "default link CursorLineFold FoldColumn", + "default link CurSearch Search", CENT("Normal cterm=NONE", "Normal gui=NONE"), NULL }; -- cgit v1.2.3