Prefer Python over Vim 8 jobs in Windows

Related: #636
This commit is contained in:
Jan Edmund Lazo 2017-08-09 21:51:59 -04:00
parent 88cc9d7868
commit e1c5d2669f

View File

@ -970,7 +970,7 @@ function! s:update_impl(pull, force, args) abort
endif endif
let use_job = s:nvim || s:vim8 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 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 = { let s:update = {