Fixed re-entrance guard in local-vimrc.

This commit is contained in:
Vahagn Khachatryan
2015-12-10 11:19:43 -05:00
parent 6d4489bf65
commit 6cc5c8f337

View File

@@ -18,7 +18,7 @@
"
" loaded_local_vimrc is set to 1 when initialization begins, and 2 when it
" completes.
if exists('g:loaded_locl_vimrc')
if exists('g:loaded_local_vimrc')
finish
endif
let g:loaded_local_vimrc=1