Browse Source

comment out echoing

events
gmarik 15 years ago
parent
commit
95d56c5763
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      autoload/vundle/installer.vim

+ 2
- 1
autoload/vundle/installer.vim View File

@ -113,7 +113,8 @@ func! vundle#installer#sync(bang, bundle) abort
let cmd = 'git clone '.a:bundle.uri.' '.shellescape(a:bundle.path()) let cmd = 'git clone '.a:bundle.uri.' '.shellescape(a:bundle.path())
endif endif
silent exec '!echo '.cmd | silent exec '!'.cmd
" exec '!echo '.shellescape(cmd)
silent exec '!'.cmd
return 1 return 1
endf endf


Loading…
Cancel
Save