Merge pull request #281 from macvim-dev/fix/job

Fix job
This commit is contained in:
Kazuki Sakamoto
2016-05-15 23:30:40 -07:00
+2 -3
View File
@@ -406,9 +406,8 @@ gui_mch_wait_for_chars(int wtime)
// called, so force a flush of the command queue here.
[[MMBackend sharedInstance] flushQueue:YES];
#if defined(FEAT_NETBEANS_INTG)
/* Process any queued netbeans messages. */
netbeans_parse_messages();
#ifdef MESSAGE_QUEUE
parse_queued_messages();
#endif
return [[MMBackend sharedInstance] waitForInput:wtime];