From 95d56c576341d3b47898005418604b9b3f4e18c2 Mon Sep 17 00:00:00 2001 From: gmarik Date: Thu, 19 May 2011 19:10:08 -0500 Subject: [PATCH] comment out echoing --- autoload/vundle/installer.vim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autoload/vundle/installer.vim b/autoload/vundle/installer.vim index fd4c218..7e5f164 100644 --- a/autoload/vundle/installer.vim +++ b/autoload/vundle/installer.vim @@ -113,7 +113,8 @@ func! vundle#installer#sync(bang, bundle) abort let cmd = 'git clone '.a:bundle.uri.' '.shellescape(a:bundle.path()) endif - silent exec '!echo '.cmd | silent exec '!'.cmd + " exec '!echo '.shellescape(cmd) + silent exec '!'.cmd return 1 endf