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 ca82514 commit 362a5c0Copy full SHA for 362a5c0
src/MacVim/MMBackend.m
@@ -679,7 +679,7 @@ - (BOOL)waitForInput:(int)milliseconds
679
680
// Only start the run loop if the input queue is empty, otherwise process
681
// the input first so that the input on queue isn't delayed.
682
- if ([inputQueue count]) {
+ if ([inputQueue count] || input_available()) {
683
inputReceived = YES;
684
} else {
685
// Wait for the specified amount of time, unless 'milliseconds' is
0 commit comments