todo
This commit is contained in:
parent
e6897ca8c1
commit
68be1a6ef1
@ -6,6 +6,7 @@ func! vundle#installer#install(bang, ...) abort
|
|||||||
|
|
||||||
let installed = s:install(a:bang, bundles)
|
let installed = s:install(a:bang, bundles)
|
||||||
redraw!
|
redraw!
|
||||||
|
" TODO: handle error: let user know hen they need to restart Vim
|
||||||
call vundle#config#require(bundles)
|
call vundle#config#require(bundles)
|
||||||
|
|
||||||
call s:log("Installed bundles:\n".join((empty(installed) ?
|
call s:log("Installed bundles:\n".join((empty(installed) ?
|
||||||
|
Loading…
Reference in New Issue
Block a user