diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 9d2aed3..6fc67c4 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -18,6 +18,8 @@ func! vundle#installer#new(bang, ...) abort redraw! + call vundle#config#require(bundles) + let helptags = vundle#installer#helptags(bundles) echo 'Done! Helptags: '.len(helptags).' bundles processed' endf