Fixed message
This commit is contained in:
parent
68aa1b68eb
commit
ae759f76c7
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user