Move terminal colour settings under 'eval'
This commit is contained in:
parent
4be6f4dc0c
commit
cf4b87b81b
1 changed files with 4 additions and 4 deletions
6
vimrc
6
vimrc
|
@ -86,10 +86,10 @@ if has("eval")
|
||||||
let g:netrw_liststyle=3
|
let g:netrw_liststyle=3
|
||||||
let g:netrw_sort_sequence='[\/]$,*'
|
let g:netrw_sort_sequence='[\/]$,*'
|
||||||
let g:netrw_winsize=-28
|
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'
|
if &t_Co == 8 && $TERM !~# '^linux\|^Eterm'
|
||||||
set t_Co=16
|
set t_Co=256
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" =====================================================================
|
" =====================================================================
|
||||||
|
|
Loading…
Reference in a new issue