Fixed message

This commit is contained in:
gmarik 2010-12-07 20:45:32 -06:00
parent 68aa1b68eb
commit ae759f76c7

View File

@ -32,7 +32,7 @@ endf
func! vundle#helptags() func! vundle#helptags()
let c = 0 let c = 0
for bundle in g:bundles | let c += s:helptags(bundle.rtpath()) | endfor for bundle in g:bundles | let c += s:helptags(bundle.rtpath()) | endfor
echo 'Done. '.c.' helptags generated' echo 'Done. '.c.' bundles processed'
endf endf
func! s:rtp_add(dir) func! s:rtp_add(dir)