Browse Source

generating the docs

pull/629/head
Augusto F. Hack 11 years ago
parent
commit
c84b871d8f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      autoload/vundle/installer.vim

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

@ -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


Loading…
Cancel
Save