helptags status

- as before Helptags returned 'updated'
This commit is contained in:
gmarik 2012-04-20 10:06:18 -05:00
parent faf8dd38b6
commit d62b51a8fe
2 changed files with 4 additions and 1 deletions

View File

@ -33,6 +33,7 @@ sign define Vu_todate text=. texthl=Comment
sign define Vu_new text=+ texthl=Comment
sign define Vu_updated text=* texthl=Comment
sign define Vu_deleted text=- texthl=Comment
sign define Vu_helptags text=* texthl=Comment
endif

View File

@ -65,6 +65,8 @@ func! vundle#installer#run(func_name, name, ...) abort
echo n.' already installed'
elseif 'deleted' == status
echo n.' deleted'
elseif 'helptags' == status
echo n.' regenerated'
elseif 'error' == status
echohl Error
echo 'Error processing '.n
@ -105,7 +107,7 @@ endf
func! vundle#installer#docs() abort
call vundle#installer#helptags(g:bundles)
return 'updated'
return 'helptags'
endf
func! vundle#installer#helptags(bundles) abort