Browse Source

cleanup

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

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

@ -10,7 +10,7 @@ func! vundle#installer#install(bang, ...) abort
call s:log("Installed bundles:\n".join((empty(installed) ? ['no new bundless installed'] : map(installed, 'v:val.name')),"\n"))
let help_dirs = vundle#installer#helptags(bundles)
vundle#installer#helptags(bundles)
endf
func! vundle#installer#helptags(bundles) abort


Loading…
Cancel
Save