Browse Source

0

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

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

@ -287,6 +287,7 @@ fun! s:update_local() abort "{{{
let dirs = split(glob(g:bundle_dir.'/*/'),'\n') let dirs = split(glob(g:bundle_dir.'/*/'),'\n')
for dir in dirs for dir in dirs
let cmd = 'cd /d ' . shellescape(dir) . ' && xcopy /E /Y /C /I * '.local_dir let cmd = 'cd /d ' . shellescape(dir) . ' && xcopy /E /Y /C /I * '.local_dir
let cmd = "'".cmd."'"
let out = s:system(cmd) let out = s:system(cmd)
call s:log('$ '.cmd) call s:log('$ '.cmd)
call s:log('> '.out) call s:log('> '.out)


Loading…
Cancel
Save