Remove unneeded variable setting.

The variable is script local to autoload/vundle/scripts.vim since #468.
This commit is contained in:
Lucas Hoffmann 2015-03-03 10:40:30 +01:00
parent 7d9b10874e
commit cad5f50a64

View File

@ -64,7 +64,6 @@ func! vundle#rc(...) abort
let g:bundle_dir = len(a:000) > 0 ? expand(a:1, 1) : expand('$HOME/.vim/bundle', 1)
let g:updated_bundles = []
let g:vundle_log = []
let g:vundle_changelog = ['Updated Plugins:']
call vundle#config#init()
endf