Print warning message on old Neovim (#206)

Suggested by @starcraftman.
This commit is contained in:
Junegunn Choi 2015-04-07 22:18:36 +09:00
parent 6a7efea26b
commit 923f3fb3d5

View file

@ -740,6 +740,12 @@ function! s:update_impl(pull, force, args) abort
endtry
endif
if has('nvim') && !exists('*jobwait') && threads > 1
echohl WarningMsg
echomsg 'vim-plug: update Neovim for parallel installer'
echohl None
endif
let s:update = {
\ 'start': reltime(),
\ 'all': todo,