parent
6a7efea26b
commit
923f3fb3d5
1 changed files with 6 additions and 0 deletions
6
plug.vim
6
plug.vim
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue