[vim]Do not force mycolor in 256
This commit is contained in:
parent
ae3db8b6ef
commit
2c06b8566c
@ -2,7 +2,7 @@
|
|||||||
" DISPLAY "
|
" DISPLAY "
|
||||||
"""""""""""
|
"""""""""""
|
||||||
" color palette
|
" color palette
|
||||||
set t_Co=256
|
"set t_Co=256
|
||||||
" syntax highlighting when the terminal has colors
|
" syntax highlighting when the terminal has colors
|
||||||
if &t_Co > 2 || has("gui_running")
|
if &t_Co > 2 || has("gui_running")
|
||||||
syntax on
|
syntax on
|
||||||
|
Loading…
Reference in New Issue
Block a user