aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/option.c
diff options
context:
space:
mode:
authorJames McCoy <jamessan@jamessan.com>2021-12-05 15:36:54 -0500
committerJames McCoy <jamessan@jamessan.com>2021-12-08 21:47:58 -0500
commite8f9262125535bea8c7fcf833a715b569e07996e (patch)
treeecbbd94671bac26098f270f016c6f02956047bfc /src/nvim/option.c
parent2cd815c0af3eded9771df94532b4fb3817f2d3c6 (diff)
downloadrneovim-e8f9262125535bea8c7fcf833a715b569e07996e.tar.gz
rneovim-e8f9262125535bea8c7fcf833a715b569e07996e.tar.bz2
rneovim-e8f9262125535bea8c7fcf833a715b569e07996e.zip
vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'
Problem: Cannot adjust sign highlighting for 'cursorline'. Solution: Add CursorLineSign and CursorLineFold highlight groups. (Gregory Anders, closes vim/vim#9201) https://github.com/vim/vim/commit/e413ea04b716effb28eb49dbc98ad3f9f761545a
Diffstat (limited to 'src/nvim/option.c')
-rw-r--r--src/nvim/option.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c
index 1fe2e1d04c..92c27378ee 100644
--- a/src/nvim/option.c
+++ b/src/nvim/option.c
@@ -262,6 +262,7 @@ typedef struct vimoption {
#define HIGHLIGHT_INIT \
"8:SpecialKey,~:EndOfBuffer,z:TermCursor,Z:TermCursorNC,@:NonText,d:Directory,e:ErrorMsg," \
"i:IncSearch,l:Search,m:MoreMsg,M:ModeMsg,n:LineNr,a:LineNrAbove,b:LineNrBelow,N:CursorLineNr," \
+ "G:CursorLineSign,O:CursorLineFold" \
"r:Question,s:StatusLine,S:StatusLineNC,c:VertSplit,t:Title,v:Visual,V:VisualNOS,w:WarningMsg," \
"W:WildMenu,f:Folded,F:FoldColumn,A:DiffAdd,C:DiffChange,D:DiffDelete,T:DiffText,>:SignColumn," \
"-:Conceal,B:SpellBad,P:SpellCap,R:SpellRare,L:SpellLocal,+:Pmenu,=:PmenuSel,x:PmenuSbar," \