Silence shell output

This commit is contained in:
gmarik 2010-11-29 16:50:19 -06:00
parent add5219b65
commit e027ffee29

View File

@ -69,7 +69,7 @@ func! vundle#sync_bundles()
\ '--git-dir='.git_dir.' pull' :
\ 'clone '.bundle.uri.' '.bundle.path
exec '!echo -ne "* '.bundle.name.'"'
exec '!git '.cmd
silent exec '!git '.cmd
endfor
endf