mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Old rubby
This commit is contained in:
parent
055c4877d2
commit
77da66ad63
1
plug.vim
1
plug.vim
@ -247,6 +247,7 @@ endfunction
|
|||||||
|
|
||||||
function! s:update_parallel(pull, threads)
|
function! s:update_parallel(pull, threads)
|
||||||
ruby << EOF
|
ruby << EOF
|
||||||
|
require 'thread'
|
||||||
require 'fileutils'
|
require 'fileutils'
|
||||||
st = Time.now
|
st = Time.now
|
||||||
cd = VIM::evaluate('s:is_win').to_i == 1 ? 'cd /d' : 'cd'
|
cd = VIM::evaluate('s:is_win').to_i == 1 ? 'cd /d' : 'cd'
|
||||||
|
Loading…
Reference in New Issue
Block a user