diff --git a/autoload/vundle/config.vim b/autoload/vundle/config.vim index e8443c1..2777128 100644 --- a/autoload/vundle/config.vim +++ b/autoload/vundle/config.vim @@ -6,8 +6,9 @@ func! vundle#config#bundle(arg, ...) endf func! vundle#config#init() - if !exists('g:bundles') | let g:bundles = [] | endif - call s:rtp_rm_a() + if exists('g:bundles') + call s:rtp_rm_a() + endif let g:bundles = [] endf