helptags status
- as before Helptags returned 'updated'
This commit is contained in:
parent
faf8dd38b6
commit
d62b51a8fe
@ -33,6 +33,7 @@ sign define Vu_todate text=. texthl=Comment
|
|||||||
sign define Vu_new text=+ texthl=Comment
|
sign define Vu_new text=+ texthl=Comment
|
||||||
sign define Vu_updated text=* texthl=Comment
|
sign define Vu_updated text=* texthl=Comment
|
||||||
sign define Vu_deleted text=- texthl=Comment
|
sign define Vu_deleted text=- texthl=Comment
|
||||||
|
sign define Vu_helptags text=* texthl=Comment
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
|
@ -65,6 +65,8 @@ func! vundle#installer#run(func_name, name, ...) abort
|
|||||||
echo n.' already installed'
|
echo n.' already installed'
|
||||||
elseif 'deleted' == status
|
elseif 'deleted' == status
|
||||||
echo n.' deleted'
|
echo n.' deleted'
|
||||||
|
elseif 'helptags' == status
|
||||||
|
echo n.' regenerated'
|
||||||
elseif 'error' == status
|
elseif 'error' == status
|
||||||
echohl Error
|
echohl Error
|
||||||
echo 'Error processing '.n
|
echo 'Error processing '.n
|
||||||
@ -105,7 +107,7 @@ endf
|
|||||||
|
|
||||||
func! vundle#installer#docs() abort
|
func! vundle#installer#docs() abort
|
||||||
call vundle#installer#helptags(g:bundles)
|
call vundle#installer#helptags(g:bundles)
|
||||||
return 'updated'
|
return 'helptags'
|
||||||
endf
|
endf
|
||||||
|
|
||||||
func! vundle#installer#helptags(bundles) abort
|
func! vundle#installer#helptags(bundles) abort
|
||||||
|
Loading…
Reference in New Issue
Block a user