comparison src/highlight.c @ 28399:d395fadbaf67 v8.2.4724

patch 8.2.4724: current instance of last search pattern not easily spotted Commit: https://github.com/vim/vim/commit/a43993897aa372159f682df37562f159994dc85c Author: LemonBoy <thatlemon@gmail.com> Date: Sat Apr 9 21:04:08 2022 +0100 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 https://github.com/vim/vim/issues/10133)
author Bram Moolenaar <Bram@vim.org>
date Sat, 09 Apr 2022 22:15:03 +0200
parents 62cc3b60493b
children 4dcccb2673fe
comparison
equal deleted inserted replaced
28398:8b474e8eff92 28399:d395fadbaf67
155 "lCursor guibg=fg guifg=bg", // should be different, but what? 155 "lCursor guibg=fg guifg=bg", // should be different, but what?
156 #endif 156 #endif
157 "default link QuickFixLine Search", 157 "default link QuickFixLine Search",
158 "default link CursorLineSign SignColumn", 158 "default link CursorLineSign SignColumn",
159 "default link CursorLineFold FoldColumn", 159 "default link CursorLineFold FoldColumn",
160 "default link CurSearch Search",
160 CENT("Normal cterm=NONE", "Normal gui=NONE"), 161 CENT("Normal cterm=NONE", "Normal gui=NONE"),
161 NULL 162 NULL
162 }; 163 };
163 164
164 // Default colors only used with a light background. 165 // Default colors only used with a light background.