Browse Source

0

pull/179/head
Rykka 14 years ago
parent
commit
0f06cd8ac2
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      autoload/vundle/installer.vim

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

@ -284,7 +284,7 @@ fun! s:update_local() abort "{{{
if has('win32') || has('win64')
let dirs = split(glob(g:bundle_dir."/*/"),"\n")
for dir in dirs
exe "cd /d ".dir
exe "cd /d " . shellescape(dir)
let cmd = "xcopy /E /Y /C /I * ".g:vundle_local_dir
let out = s:system(cmd)
call s:log('$ '.cmd)


Loading…
Cancel
Save