Browse Source

Merge faa8d925f6 into f31aa52552

pull/335/merge
Javier López 12 years ago
parent
commit
41b97ae5c4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

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

@ -222,7 +222,7 @@ func! s:sync(bang, bundle) abort
let get_current_sha = g:shellesc_cd(get_current_sha) let get_current_sha = g:shellesc_cd(get_current_sha)
let initial_sha = s:system(get_current_sha)[0:15] let initial_sha = s:system(get_current_sha)[0:15]
else else
let cmd = 'git clone --recursive '.shellescape(a:bundle.uri).' '.shellescape(a:bundle.path())
let cmd = 'git clone --dept=1 --recursive '.shellescape(a:bundle.uri).' '.shellescape(a:bundle.path())
let initial_sha = '' let initial_sha = ''
endif endif


Loading…
Cancel
Save