comparison runtime/doc/options.txt @ 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 6dd88e45d47d
children 16bd027b039e
comparison
equal deleted inserted replaced
28398:8b474e8eff92 28399:d395fadbaf67
4163 |hl-Directory| d directories in CTRL-D listing and other special 4163 |hl-Directory| d directories in CTRL-D listing and other special
4164 things in listings 4164 things in listings
4165 |hl-ErrorMsg| e error messages 4165 |hl-ErrorMsg| e error messages
4166 h (obsolete, ignored) 4166 h (obsolete, ignored)
4167 |hl-IncSearch| i 'incsearch' highlighting 4167 |hl-IncSearch| i 'incsearch' highlighting
4168 |hl-CurSearch| y current instance of last search pattern
4168 |hl-Search| l last search pattern highlighting (see 'hlsearch') 4169 |hl-Search| l last search pattern highlighting (see 'hlsearch')
4169 |hl-MoreMsg| m |more-prompt| 4170 |hl-MoreMsg| m |more-prompt|
4170 |hl-ModeMsg| M Mode (e.g., "-- INSERT --") 4171 |hl-ModeMsg| M Mode (e.g., "-- INSERT --")
4171 |hl-LineNr| n line number for ":number" and ":#" commands, and 4172 |hl-LineNr| n line number for ":number" and ":#" commands, and
4172 when 'number' or 'relativenumber' option is set. 4173 when 'number' or 'relativenumber' option is set.