diff --git a/vim/plugin/local-vimrc.vim b/vim/plugin/local-vimrc.vim index 54b0b23..b4a32f8 100644 --- a/vim/plugin/local-vimrc.vim +++ b/vim/plugin/local-vimrc.vim @@ -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