summaryrefslogtreecommitdiffstats
path: root/runtime/doc/options.txt
diff options
context:
space:
mode:
authorLemonBoy <thatlemon@gmail.com>2022-04-09 21:04:08 +0100
committerBram Moolenaar <Bram@vim.org>2022-04-09 21:04:08 +0100
commita43993897aa372159f682df37562f159994dc85c (patch)
treef5336f7c06025b8c072e794dcf72b2a4d83cd8a7 /runtime/doc/options.txt
parent2bf52dd065495cbf28e28792f2c2d50d44546d9f (diff)
patch 8.2.4724: current instance of last search pattern not easily spottedv8.2.4724
Problem: Current instance of last search pattern not easily spotted. Solution: Add CurSearch highlighting. (closes #10133)
Diffstat (limited to 'runtime/doc/options.txt')
-rw-r--r--runtime/doc/options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt
index 443175a856..ddd5af08ed 100644
--- a/runtime/doc/options.txt
+++ b/runtime/doc/options.txt
@@ -4165,6 +4165,7 @@ A jump table for the options with a short description can be found at |Q_op|.
|hl-ErrorMsg| e error messages
h (obsolete, ignored)
|hl-IncSearch| i 'incsearch' highlighting
+ |hl-CurSearch| y current instance of last search pattern
|hl-Search| l last search pattern highlighting (see 'hlsearch')
|hl-MoreMsg| m |more-prompt|
|hl-ModeMsg| M Mode (e.g., "-- INSERT --")