Vim now supports job and channels

6 points by prabir ↗ HN
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' })

3 comments

[ 3.5 ms ] story [ 15.4 ms ] thread