Browse Source

Silence shell output

pull/10/head
gmarik 15 years ago
parent
commit
e027ffee29
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle.vim

+ 1
- 1
autoload/vundle.vim View File

@ -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


Loading…
Cancel
Save