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:
Matt Furden 2012-04-19 13:59:45 -07:00
parent a52d4b91f4
commit f84fee8839

View File

@ -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'