Browse Source

formatting

pull/10/head
gmarik 15 years ago
parent
commit
5f13029754
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      autoload/vundle/installer.vim

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

@ -11,9 +11,9 @@ func! vundle#installer#helptags(bundles)
let bundle_dirs = map(a:bundles,'v:val.rtpath()')
let help_dirs = filter(bundle_dirs, 's:has_doc(v:val)')
call map(copy(help_dirs), 's:helptags(v:val)')
if len(help_dirs) > 0
call s:log('Helptags: done. '.len(help_dirs).' bundles processed')
endif
if len(help_dirs) > 0
call s:log('Helptags: done. '.len(help_dirs).' bundles processed')
endif
endf
func! vundle#installer#clean(bang)


Loading…
Cancel
Save