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.
2 parents 1f7e0c9 + 92fcfe1 commit d716ad7Copy full SHA for d716ad7
1 file changed
src/MacVim/gui_macvim.m
@@ -431,7 +431,16 @@
431
[[MMBackend sharedInstance] flushQueue:YES];
432
433
#ifdef MESSAGE_QUEUE
434
+# ifdef FEAT_TIMERS
435
+ did_add_timer = FALSE;
436
+# endif
437
+
438
parse_queued_messages();
439
440
441
+ if (did_add_timer)
442
+ wtime = 0;
443
444
#endif
445
446
return [[MMBackend sharedInstance] waitForInput:wtime];
0 commit comments