cleanup comments in vimrc

This commit is contained in:
David Alexander Majnemer 2008-12-23 16:53:52 -06:00
parent fb55f6de62
commit 7a820de14a

6
vimrc
View file

@ -128,11 +128,11 @@ if has('eval')
endfun endfun
if has("gui_running") if has("gui_running")
call LoadColorScheme("wombat:desert") " Set the colorscheme call LoadColorScheme("wombat:desert")
elseif &t_Co == 256 elseif &t_Co == 256
call LoadColorScheme("wombat:inkpot") " Set the colorscheme call LoadColorScheme("wombat:inkpot")
else else
call LoadColorScheme("zellner") " Set the colorscheme call LoadColorScheme("zellner")
endif endif
endif endif