We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de54de commit 1ed1cccCopy full SHA for 1ed1ccc
1 file changed
src/MacVim/gui_macvim.m
@@ -407,9 +407,19 @@
407
[[MMBackend sharedInstance] flushQueue:YES];
408
409
#ifdef MESSAGE_QUEUE
410
+# ifdef FEAT_TIMERS
411
+ did_add_timer = FALSE;
412
+# endif
413
parse_queued_messages();
414
415
+ if (did_add_timer)
416
+ return FAIL;
417
418
#endif
419
420
+ if (input_available())
421
+ return OK;
422
+
423
return [[MMBackend sharedInstance] waitForInput:wtime];
424
}
425
0 commit comments