From be049709416ea50406e809fd0367db13d9ad2c96 Mon Sep 17 00:00:00 2001 From: gmarik Date: Sat, 4 Dec 2010 11:51:53 -0600 Subject: [PATCH] Formatting --- autoload/vundle.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoload/vundle.vim b/autoload/vundle.vim index 077b81b..26f6643 100644 --- a/autoload/vundle.vim +++ b/autoload/vundle.vim @@ -67,9 +67,9 @@ func! vundle#sync_bundles() let git_dir = bundle.path.'/.git' exec '!echo -ne "* '.bundle.name.'"' if isdirectory(git_dir) - silent exec '!cd '.bundle.path.'; git pull' + silent exec '!cd '.bundle.path.'; git pull' else - silent exec '!git clone '.bundle.uri.' '.bundle.path + silent exec '!git clone '.bundle.uri.' '.bundle.path endif endfor endf