mirror of
https://github.com/junegunn/vim-plug.git
synced 2025-12-07 01:24:27 +08:00
6
plug.vim
6
plug.vim
@@ -740,6 +740,12 @@ function! s:update_impl(pull, force, args) abort
|
|||||||
endtry
|
endtry
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
if has('nvim') && !exists('*jobwait') && threads > 1
|
||||||
|
echohl WarningMsg
|
||||||
|
echomsg 'vim-plug: update Neovim for parallel installer'
|
||||||
|
echohl None
|
||||||
|
endif
|
||||||
|
|
||||||
let s:update = {
|
let s:update = {
|
||||||
\ 'start': reltime(),
|
\ 'start': reltime(),
|
||||||
\ 'all': todo,
|
\ 'all': todo,
|
||||||
|
|||||||
Reference in New Issue
Block a user