Old rubby
This commit is contained in:
parent
055c4877d2
commit
77da66ad63
1 changed files with 1 additions and 0 deletions
1
plug.vim
1
plug.vim
|
@ -247,6 +247,7 @@ endfunction
|
|||
|
||||
function! s:update_parallel(pull, threads)
|
||||
ruby << EOF
|
||||
require 'thread'
|
||||
require 'fileutils'
|
||||
st = Time.now
|
||||
cd = VIM::evaluate('s:is_win').to_i == 1 ? 'cd /d' : 'cd'
|
||||
|
|
Loading…
Reference in a new issue