prabirshrestha / async.vim

normalize async job control api for vim and neovim
MIT License
278 stars 19 forks source link

bug calling job_info [vim] #51

Open Eugenij-W opened 1 year ago

Eugenij-W commented 1 year ago

bug: https://github.com/prabirshrestha/async.vim/blob/2082d13bb195f3203d41a308b89417426a7deca1/autoload/async/job.vim#L324

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

prabirshrestha commented 1 year ago

Feel free to send a PR.

Eugenij-W commented 2 months ago

hint: vim expects the object :h job_info, but a:jobid is an integer.