Hacker News new | ask | show | jobs
Vim now supports job and channels
6 points by prabir 3776 days ago
vim now supports job and channels

function! Handler(ch, msg) echom a:msg endfunction

let job = job_start('cmd /c dir /s/b c:', { 'callback': 'Handler' })

2 comments

Is there a link to an announcement or blog post?
What exactly does this mean?