[vim]Do not force mycolor in 256

This commit is contained in:
Mathieu Maret 2016-10-21 11:54:49 +02:00
parent ae3db8b6ef
commit 2c06b8566c
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
" DISPLAY "
"""""""""""
" color palette
set t_Co=256
"set t_Co=256
" syntax highlighting when the terminal has colors
if &t_Co > 2 || has("gui_running")
syntax on