0
0
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:
Bram Moolenaar
2006-03-29 21:18:24 +00:00
parent 86ca6e3b8c
commit e2f98b95c8
39 changed files with 1030 additions and 99 deletions

View File

@@ -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",