diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index b7ed7c2..054f5a2 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -29,6 +29,10 @@ func! s:process(bang, cmd) let msg = 'With errors; press l to view log' endif + if 'updated' == g:vundle_last_status && empty(msg) + let msg = 'Bundles updated; press u to view changelog' + endif + " goto next one exec ':+1'