This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
Vundle.vim
mirror of
https://github.com/VundleVim/Vundle.vim.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
10
Wiki
Activity
Browse Source
Silence shell output
pull/10/head
gmarik
15 years ago
parent
add5219b65
commit
e027ffee29
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save