mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 18:47:29 -07:00
parent
88cc9d7868
commit
e1c5d2669f
2
plug.vim
2
plug.vim
@ -970,7 +970,7 @@ function! s:update_impl(pull, force, args) abort
|
||||
endif
|
||||
|
||||
let use_job = s:nvim || s:vim8
|
||||
let python = (has('python') || has('python3')) && !use_job
|
||||
let python = (has('python') || has('python3')) && (s:is_win || !use_job)
|
||||
let ruby = has('ruby') && !use_job && (v:version >= 703 || v:version == 702 && has('patch374')) && !(s:is_win && has('gui_running')) && threads > 1 && s:check_ruby()
|
||||
|
||||
let s:update = {
|
||||
|
Loading…
Reference in New Issue
Block a user