Removed duplicate sourcing of vimrc.after. The other loads later and should be kept. Fixes #73

This commit is contained in:
Kyle West 2012-04-05 11:32:38 -03:00
parent 029a0f06d0
commit 09812e2240

4
vimrc
View File

@ -105,7 +105,3 @@ set sidescroll=1
for f in split(glob('~/.vim/plugin/settings/*.vim'), '\n') for f in split(glob('~/.vim/plugin/settings/*.vim'), '\n')
exe 'source' f exe 'source' f
endfor endfor
if filereadable(expand("~/.vimrc.after"))
source ~/.vimrc.after
endif