diff --git a/autoload/vundle.vim b/autoload/vundle.vim index 24bd326..c671994 100644 --- a/autoload/vundle.vim +++ b/autoload/vundle.vim @@ -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