diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-06-26 12:27:42 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-07-04 15:43:54 -0400 |
commit | f48c8d652ce93091a0ba0cb38c353ebb991e0700 (patch) | |
tree | e5d3cae4079ce83b155d7b2d021806fe9565ab31 /src | |
parent | cadf93e6fc073d791bfa2b7a08a931be6d1b8a9f (diff) | |
download | rneovim-f48c8d652ce93091a0ba0cb38c353ebb991e0700.tar.gz rneovim-f48c8d652ce93091a0ba0cb38c353ebb991e0700.tar.bz2 rneovim-f48c8d652ce93091a0ba0cb38c353ebb991e0700.zip |
Remove VisualNOS highlight group remnants
Nvim hasn't ever had X11 integration, so this has was never needed.
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/option.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/option.c b/src/nvim/option.c index e168f0fd94..113c47f112 100644 --- a/src/nvim/option.c +++ b/src/nvim/option.c @@ -366,7 +366,7 @@ typedef struct vimoption { "8:SpecialKey,~:EndOfBuffer,z:TermCursor,Z:TermCursorNC,@:NonText," \ "d:Directory,e:ErrorMsg,i:IncSearch,l:Search,m:MoreMsg,M:ModeMsg,n:LineNr," \ "N:CursorLineNr,r:Question,s:StatusLine,S:StatusLineNC,c:VertSplit,t:Title," \ - "v:Visual,V:VisualNOS,w:WarningMsg,W:WildMenu,f:Folded,F:FoldColumn," \ + "v:Visual,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,X:PmenuThumb,*:TabLine,#:TabLineSel,_:TabLineFill," \ |