Browse Source

todo

pull/25/merge
gmarik 15 years ago
parent
commit
68be1a6ef1
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      autoload/vundle/installer.vim

+ 1
- 0
autoload/vundle/installer.vim View File

@ -6,6 +6,7 @@ func! vundle#installer#install(bang, ...) abort
let installed = s:install(a:bang, bundles)
redraw!
" TODO: handle error: let user know hen they need to restart Vim
call vundle#config#require(bundles)
call s:log("Installed bundles:\n".join((empty(installed) ?


Loading…
Cancel
Save