From c84b871d8f3d056ae0b6fb7b95121f2449a30cf6 Mon Sep 17 00:00:00 2001 From: "Augusto F. Hack" Date: Sat, 29 Aug 2015 16:57:28 -0300 Subject: [PATCH] generating the docs --- autoload/vundle/installer.vim | 4 ++++ 1 file changed, 4 insertions(+) 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