From e027ffee29411ebc745dd1dd890de8062ede2176 Mon Sep 17 00:00:00 2001 From: gmarik Date: Mon, 29 Nov 2010 16:50:19 -0600 Subject: [PATCH] Silence shell output --- autoload/vundle.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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