formatting

This commit is contained in:
gmarik 2011-03-06 15:16:54 -06:00
parent 02d76b101b
commit 5f13029754

View File

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