From b16afe4d556af7c3e86b311cfffd1c68a5eed71f Mon Sep 17 00:00:00 2001 From: Famiu Haque Date: Mon, 11 Apr 2022 22:20:24 +0600 Subject: feat(highlight): implement CurSearch highlight Adds a `CurSearch` highlight group to highlight the current search result under the cursor. --- runtime/doc/vim_diff.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'runtime/doc/vim_diff.txt') diff --git a/runtime/doc/vim_diff.txt b/runtime/doc/vim_diff.txt index 59f085977b..f5cd24b734 100644 --- a/runtime/doc/vim_diff.txt +++ b/runtime/doc/vim_diff.txt @@ -351,6 +351,8 @@ Functions: Highlight groups: |hl-ColorColumn|, |hl-CursorColumn| are lower priority than most other groups + |hl-CurSearch| highlights match under cursor instead of last match found + using |n| or |N| |hl-CursorLine| is low-priority unless foreground color is set *hl-VertSplit* superseded by |hl-WinSeparator| -- cgit