TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Vim now supports job and channels
6 points
by
prabir
about 9 years ago
vim now supports job and channels<p>function! Handler(ch, msg) echom a:msg endfunction<p>let job = job_start('cmd /c dir /s/b c:', { 'callback': 'Handler' })
2 comments
brudgers
about 9 years ago
Collapse
Is there a link to an announcement or blog post?
评论 #11141628 未加载
wingerlang
about 9 years ago
What exactly does this mean?