Fixed re-entrance guard in local-vimrc.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
"
|
"
|
||||||
" loaded_local_vimrc is set to 1 when initialization begins, and 2 when it
|
" loaded_local_vimrc is set to 1 when initialization begins, and 2 when it
|
||||||
" completes.
|
" completes.
|
||||||
if exists('g:loaded_locl_vimrc')
|
if exists('g:loaded_local_vimrc')
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
let g:loaded_local_vimrc=1
|
let g:loaded_local_vimrc=1
|
||||||
|
|||||||
Reference in New Issue
Block a user