Update and merge changes to vimrc

This commit is contained in:
Eryn Wells 2012-10-01 11:38:53 -07:00
parent 70d8f0b9d4
commit c72c7d2778

4
vimrc
View file

@ -214,6 +214,6 @@ if has('autocmd')
\ :call <SID>StripTrailingWhitespace()
endif
if exists("~/.vimrc.local")
source ~/.vimrc.local
if exists("$HOME/.vimrc.local")
source $HOME/.vimrc.local
endif