Merge pull request #410 from treppo/master

Remove setting 256 colors for solarized on terminal vim
This commit is contained in:
Yan Pritzker 2013-11-29 14:42:49 -08:00
commit 6e344fef4e

View File

@ -1,7 +1,7 @@
if !has("gui_macvim") " if !has("gui_macvim")
set t_Co=256 " set t_Co=256
let g:solarized_termcolors=256 " let g:solarized_termcolors=256
endif " endif
hi! link txtBold Identifier hi! link txtBold Identifier
hi! link zshVariableDef Identifier hi! link zshVariableDef Identifier