mirror of
https://github.com/amix/vimrc
synced 2025-06-16 09:35:01 +08:00
Updated plugins
This commit is contained in:
@ -420,7 +420,7 @@ endfunction
|
||||
|
||||
function! go#job#Wait(job) abort
|
||||
if has('nvim')
|
||||
call jobwait(a:job)
|
||||
call jobwait([a:job])
|
||||
return
|
||||
endif
|
||||
|
||||
|
Reference in New Issue
Block a user