aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/vim_diff.txt
diff options
context:
space:
mode:
authorFamiu Haque <famiuhaque@protonmail.com>2022-04-11 22:20:24 +0600
committerFamiu Haque <famiuhaque@protonmail.com>2022-04-17 19:24:59 +0600
commitb16afe4d556af7c3e86b311cfffd1c68a5eed71f (patch)
tree7a7ad533686d93535238adad0c931259a51aa6cc /runtime/doc/vim_diff.txt
parent3f2e9298bdd971a4d2baa298aff7c6f2c2c1ad1a (diff)
downloadrneovim-b16afe4d556af7c3e86b311cfffd1c68a5eed71f.tar.gz
rneovim-b16afe4d556af7c3e86b311cfffd1c68a5eed71f.tar.bz2
rneovim-b16afe4d556af7c3e86b311cfffd1c68a5eed71f.zip
feat(highlight): implement CurSearch highlight
Adds a `CurSearch` highlight group to highlight the current search result under the cursor.
Diffstat (limited to 'runtime/doc/vim_diff.txt')
-rw-r--r--runtime/doc/vim_diff.txt2
1 files changed, 2 insertions, 0 deletions
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|