mirror of
https://github.com/junegunn/vim-plug.git
synced 2024-12-19 10:35:38 -07:00
Set out_mode to raw for progress report
This commit is contained in:
parent
759103d074
commit
6bff19c2a9
3
plug.vim
3
plug.vim
@ -1177,7 +1177,8 @@ function! s:spawn(name, cmd, opts)
|
||||
elseif s:vim8
|
||||
let jid = job_start(argv, {
|
||||
\ 'callback': function('s:vim8_cb', ['s:job_out_cb', job]),
|
||||
\ 'exit_cb': function('s:vim8_cb', ['s:job_exit_cb', job])
|
||||
\ 'exit_cb': function('s:vim8_cb', ['s:job_exit_cb', job]),
|
||||
\ 'out_mode': 'raw'
|
||||
\})
|
||||
if job_status(jid) == 'run'
|
||||
let job.jobid = jid
|
||||
|
Loading…
Reference in New Issue
Block a user