Browse Source

Fixed message

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

+ 1
- 1
autoload/vundle.vim View File

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


Loading…
Cancel
Save