mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 07:16:09 +00:00

JobActivity autocommands run vimscript and must be executed on Nvim main loop. Since the previous commit removed automatic calls to `event_push` on RStream/Job callbacks, this adds it back, but in eval.c where job control is implemented.