from Hacker News

Vim now supports job and channels

by prabir on 2/20/16, 4:49 AM with 3 comments

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' })

  • by brudgers on 2/20/16, 4:19 PM

    Is there a link to an announcement or blog post?
  • by wingerlang on 2/23/16, 7:35 AM

    What exactly does this mean?