You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Enhances Syscall.CallAsync to invoke syscalls as native vim jobs if the vim instance supports them, and demotes the clientserver-based implementation to "legacy" (to be eventually removed in #190).
Resolves#184.
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.
The text was updated successfully, but these errors were encountered: