Formatting
This commit is contained in:
parent
090b8e5ed4
commit
be04970941
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user