\ || has("win32")
" Background of the terminal is black or dark grey
set background=dark
+ highlight MoreMsg ctermfg=white
+ highlight ModeMsg ctermfg=white
+ highlight Question ctermfg=white
else
set background=light
+ highlight MoreMsg cterm=bold ctermfg=NONE
+ highlight Question cterm=bold ctermfg=NONE
endif
if (&term =~ "linux")
execute 'set t_kb=' . nr2char(127)
- else
- highlight MoreMsg cterm=bold ctermfg=NONE
- highlight Question cterm=bold ctermfg=NONE
endif
if (&term =~ "rxvt") || (&term =~ "screen") || (&term =~ "term") || (&term =~ "vt100")