Add message on how to view changelog after Update.
If no errors exist, the status-line will inform users how to view the Changelog after BundleUpdate! is completed.
This commit is contained in:
parent
a52d4b91f4
commit
f84fee8839
@ -29,6 +29,10 @@ func! s:process(bang, cmd)
|
|||||||
let msg = 'With errors; press l to view log'
|
let msg = 'With errors; press l to view log'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if 'updated' == g:vundle_last_status && empty(msg)
|
||||||
|
let msg = 'Bundles updated; press u to view changelog'
|
||||||
|
endif
|
||||||
|
|
||||||
" goto next one
|
" goto next one
|
||||||
exec ':+1'
|
exec ':+1'
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user