do not debug log
This commit is contained in:
parent
f0d8f98351
commit
02d76b101b
@ -3,7 +3,6 @@ func! vundle#installer#install(bang, ...)
|
|||||||
let bundles = (a:1 == '') ?
|
let bundles = (a:1 == '') ?
|
||||||
\ s:reload_bundles() :
|
\ s:reload_bundles() :
|
||||||
\ map(copy(a:000), 'vundle#config#init_bundle(v:val, {})')
|
\ map(copy(a:000), 'vundle#config#init_bundle(v:val, {})')
|
||||||
call s:log(bundles)
|
|
||||||
for bundle in bundles | call s:install(a:bang, bundle) | endfor
|
for bundle in bundles | call s:install(a:bang, bundle) | endfor
|
||||||
call vundle#installer#helptags(bundles)
|
call vundle#installer#helptags(bundles)
|
||||||
endf
|
endf
|
||||||
|
Loading…
Reference in New Issue
Block a user