vimrc: fix syntax error

This commit is contained in:
Josh Holtrop 2011-12-20 11:22:24 -05:00
parent fe29d11351
commit 4f76d8aaba

2
vimrc
View File

@ -123,7 +123,7 @@ if has("autocmd")
endif " has("autocmd")
if !exists('s:loaded')
s:loaded = 0
let s:loaded = 0
endif
if s:loaded