diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index 53b049b..7e4a792 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -33,6 +33,10 @@ func! vundle#installer#new(bang, ...) abort if (has('python') || has('python3')) && g:vundle#threads > 1 " This runs a Pool of threads to syncronize the bundles call s:process_parallel(a:bang, specs, len(headers), g:vundle#threads) + + " goto the last line and update the docs + exec ':+1' + call vundle#installer#run('vundle#installer#docs', 'helptags', []) else " This calls 'add' as a normal mode command. This is a buffer local mapping " defined in vundle#scripts#view(). The mapping will call a buffer local