We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b59859e commit a625661Copy full SHA for a625661
autoload/dispatch/job.vim
@@ -36,6 +36,7 @@ function! dispatch#job#handle(request) abort
36
\ 'on_stderr': function('s:output'),
37
\ 'on_exit': function('s:complete'),
38
\ })
39
+ call chanclose(job_id, 'stdin')
40
let a:request.pid = jobpid(job_id)
41
let a:request.job = job_id
42
let s:waiting[job_id] = {'request': a:request, 'output': ['']}
0 commit comments