mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
Ignore occasional error from Ruby 1.8.7
Related: https://bugs.ruby-lang.org/issues/1471
This commit is contained in:
parent
344f80aedb
commit
c3cf35abb5
2
plug.vim
2
plug.vim
@ -717,7 +717,7 @@ function! s:update_parallel(pull, todo, threads)
|
|||||||
} if running
|
} if running
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
threads.each { |t| t.join }
|
threads.each { |t| t.join rescue nil }
|
||||||
mtx.synchronize { threads.clear }
|
mtx.synchronize { threads.clear }
|
||||||
all.merge!(VIM::evaluate("s:extend(#{names.inspect})") || {})
|
all.merge!(VIM::evaluate("s:extend(#{names.inspect})") || {})
|
||||||
logh.call
|
logh.call
|
||||||
|
Loading…
Reference in New Issue
Block a user