comparison runtime/doc/options.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 d7619a9874cd
children 1cd44535be32
comparison
equal deleted inserted replaced
18470:0a2e927170c2 18471:b9cf60801963
3921 *'highlight'* *'hl'* 3921 *'highlight'* *'hl'*
3922 'highlight' 'hl' string (default (as a single string): 3922 'highlight' 'hl' string (default (as a single string):
3923 "8:SpecialKey,~:EndOfBuffer,@:NonText, 3923 "8:SpecialKey,~:EndOfBuffer,@:NonText,
3924 d:Directory,e:ErrorMsg,i:IncSearch, 3924 d:Directory,e:ErrorMsg,i:IncSearch,
3925 l:Search,m:MoreMsg,M:ModeMsg,n:LineNr, 3925 l:Search,m:MoreMsg,M:ModeMsg,n:LineNr,
3926 a:LineNrAbove,b:LineNrBelow,
3926 N:CursorLineNr,r:Question,s:StatusLine, 3927 N:CursorLineNr,r:Question,s:StatusLine,
3927 S:StatusLineNC,c:VertSplit,t:Title, 3928 S:StatusLineNC,c:VertSplit,t:Title,
3928 v:Visual,V:VisualNOS,w:WarningMsg, 3929 v:Visual,V:VisualNOS,w:WarningMsg,
3929 W:WildMenu,f:Folded,F:FoldColumn, 3930 W:WildMenu,f:Folded,F:FoldColumn,
3930 A:DiffAdd,C:DiffChange,D:DiffDelete, 3931 A:DiffAdd,C:DiffChange,D:DiffDelete,
3952 |hl-Search| l last search pattern highlighting (see 'hlsearch') 3953 |hl-Search| l last search pattern highlighting (see 'hlsearch')
3953 |hl-MoreMsg| m |more-prompt| 3954 |hl-MoreMsg| m |more-prompt|
3954 |hl-ModeMsg| M Mode (e.g., "-- INSERT --") 3955 |hl-ModeMsg| M Mode (e.g., "-- INSERT --")
3955 |hl-LineNr| n line number for ":number" and ":#" commands, and 3956 |hl-LineNr| n line number for ":number" and ":#" commands, and
3956 when 'number' or 'relativenumber' option is set. 3957 when 'number' or 'relativenumber' option is set.
3958 |hl-LineNrAbove| a line number above the cursor for when the
3959 'relativenumber' option is set.
3960 |hl-LineNrBelow| b line number below the cursor for when the
3961 'relativenumber' option is set.
3957 |hl-CursorLineNr| N like n for when 'cursorline' or 'relativenumber' is 3962 |hl-CursorLineNr| N like n for when 'cursorline' or 'relativenumber' is
3958 set. 3963 set.
3959 |hl-Question| r |hit-enter| prompt and yes/no questions 3964 |hl-Question| r |hit-enter| prompt and yes/no questions
3960 |hl-StatusLine| s status line of current window |status-line| 3965 |hl-StatusLine| s status line of current window |status-line|
3961 |hl-StatusLineNC| S status lines of not-current windows 3966 |hl-StatusLineNC| S status lines of not-current windows