mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -04:00
patch 7.4.1380
Problem: The job exit callback is not implemented. Solution: Add the "exit-cb" option.
This commit is contained in:
@@ -6256,5 +6256,9 @@ parse_queued_messages(void)
|
||||
/* Process the queued clientserver messages. */
|
||||
server_parse_messages();
|
||||
# endif
|
||||
# ifdef FEAT_JOB
|
||||
/* Check if any jobs have ended. */
|
||||
job_check_ended();
|
||||
# endif
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user