comparison runtime/doc/syntax.txt @ 18471:b9cf60801963 v8.1.2229

patch 8.1.2229: cannot color number column above/below cursor differently Commit: https://github.com/vim/vim/commit/efae76ab1a43d5a628d8c2fa4218ace6ba597f5d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 27 22:54:58 2019 +0100 patch 8.1.2229: cannot color number column above/below cursor differently Problem: Cannot color number column above/below cursor differently. Solution: Add LineNrAbove and LineNrBelow. (Shaun Brady, closes https://github.com/vim/vim/issues/624)
author Bram Moolenaar <Bram@vim.org>
date Sun, 27 Oct 2019 23:00:03 +0100
parents 6d11fc4aa683
children 1cd44535be32
comparison
equal deleted inserted replaced
18470:0a2e927170c2 18471:b9cf60801963
5069 IncSearch 'incsearch' highlighting; also used for the text replaced with 5069 IncSearch 'incsearch' highlighting; also used for the text replaced with
5070 ":s///c" 5070 ":s///c"
5071 *hl-LineNr* 5071 *hl-LineNr*
5072 LineNr Line number for ":number" and ":#" commands, and when 'number' 5072 LineNr Line number for ":number" and ":#" commands, and when 'number'
5073 or 'relativenumber' option is set. 5073 or 'relativenumber' option is set.
5074 *hl-LineNrAbove*
5075 LineNrAbove Line number for when the 'relativenumber'
5076 option is set, above the cursor line.
5077 *hl-LineNrBelow*
5078 LineNrBelow Line number for when the 'relativenumber'
5079 option is set, below the cursor line.
5074 *hl-CursorLineNr* 5080 *hl-CursorLineNr*
5075 CursorLineNr Like LineNr when 'cursorline' is set and 'cursorlineopt' is 5081 CursorLineNr Like LineNr when 'cursorline' is set and 'cursorlineopt' is
5076 set to "number" or "both", or 'relativenumber' is set, for 5082 set to "number" or "both", or 'relativenumber' is set, for
5077 the cursor line. 5083 the cursor line.
5078 *hl-MatchParen* 5084 *hl-MatchParen*