From e1c5d2669f59a0c059468f59dd8193f5677258e1 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Wed, 9 Aug 2017 21:51:59 -0400 Subject: [PATCH] Prefer Python over Vim 8 jobs in Windows Related: #636 --- plug.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plug.vim b/plug.vim index e0dc78f..52f74ca 100644 --- a/plug.vim +++ b/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 = {