Vim now supports job and channels
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' })
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 ] threadhttps://groups.google.com/d/msg/vim_dev/qtw5LdCrHJQ/uDhLZslb... https://github.com/vim/vim/commit/38a55639d603823efcf2d2fdf5...