summaryrefslogtreecommitdiff
path: root/src/misc2.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/misc2.c')
-rw-r--r--src/misc2.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/misc2.c b/src/misc2.c
index 932d67e78..7665d2931 100644
--- a/src/misc2.c
+++ b/src/misc2.c
@@ -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