Closed Xuyuanp closed 4 years ago
"exit_cb": handler Callback for when the job ends. The arguments are the job and the exit status. Vim checks up to 10 times per second for jobs that ended. The check can also be triggered by calling job_status(), which may then invoke the exit_cb handler. Note that data can be buffered, callbacks may still be called after the process ends.
Description of Changes
Closes #150 #156