google/vim-maktaba

Syscall.CallAsync should use vim8 job support if available

dbarnett opened this issue · 0 comments

Vim 8 added a native "job" feature to start processes and communicate with them (http://vimhelp.appspot.com/channel.txt.html). Syscall.CallAsync should use that mechanism under the hood in vim instances where it's available for more robust async support with fewer caveats.