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' })
1–4 of 4 posts
function! Handler(ch, msg) echom a:msg endfunction
let job = job_start('cmd /c dir /s/b c:', { 'callback': 'Handler' })
Is there a link to an announcement or blog post?