prabirshrestha/async.vim

bug calling job_info [vim]

Opened this issue · 1 comments

bug:

let l:vimjobinfo = job_info(a:jobid)

must be:
let l:vimjobinfo = job_info(l:jobinfo.job)

Feel free to send a PR.