Move terminal colour settings under 'eval'

This commit is contained in:
Anthony Rose 2017-05-03 09:41:48 +01:00
parent 4be6f4dc0c
commit cf4b87b81b

6
vimrc
View file

@ -86,10 +86,10 @@ if has("eval")
let g:netrw_liststyle=3
let g:netrw_sort_sequence='[\/]$,*'
let g:netrw_winsize=-28
endif
" Use 256-color mode unless at the Linux console or in Eterm.
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
set t_Co=16
set t_Co=256
endif
endif
" =====================================================================