mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0c03
This commit is contained in:
@@ -6186,9 +6186,9 @@ static char *(highlight_init_light[]) =
|
||||
#endif
|
||||
#ifdef FEAT_SYN_HL
|
||||
CENT("CursorColumn term=reverse ctermbg=LightGrey",
|
||||
"CursorColumn term=reverse ctermbg=LightGrey guibg=LightGrey"),
|
||||
"CursorColumn term=reverse ctermbg=LightGrey guibg=Grey90"),
|
||||
CENT("CursorLine term=underline cterm=underline",
|
||||
"CursorLine term=underline cterm=underline guibg=LightGrey"),
|
||||
"CursorLine term=underline cterm=underline guibg=Grey90"),
|
||||
#endif
|
||||
#ifdef FEAT_GUI
|
||||
"Normal gui=NONE",
|
||||
@@ -6262,9 +6262,9 @@ static char *(highlight_init_dark[]) =
|
||||
#endif
|
||||
#ifdef FEAT_SYN_HL
|
||||
CENT("CursorColumn term=reverse ctermbg=DarkGrey",
|
||||
"CursorColumn term=reverse ctermbg=DarkGrey guibg=DarkGrey"),
|
||||
"CursorColumn term=reverse ctermbg=DarkGrey guibg=Grey90"),
|
||||
CENT("CursorLine term=underline cterm=underline",
|
||||
"CursorLine term=underline cterm=underline guibg=DarkGrey"),
|
||||
"CursorLine term=underline cterm=underline guibg=Grey90"),
|
||||
#endif
|
||||
#ifdef FEAT_GUI
|
||||
"Normal gui=NONE",
|
||||
|
Reference in New Issue
Block a user