diff --git a/src/MacVim/MMVimController.m b/src/MacVim/MMVimController.m index c1bb02aa9c..9edc0884ce 100644 --- a/src/MacVim/MMVimController.m +++ b/src/MacVim/MMVimController.m @@ -547,13 +547,12 @@ static NSTimeInterval MMResendInterval = 0.5; [self handleMessage:msgid data:data]; } //NSLog(@"======== %s END ========", _cmd); - - [windowController processCommandQueueDidFinish]; } @catch (NSException *e) { NSLog(@"Exception caught whilst processing command queue: %@", e); } + [windowController processCommandQueueDidFinish]; inProcessCommandQueue = NO; if ([sendQueue count] > 0) {