diff --git a/src/MacVim/MMAppController.m b/src/MacVim/MMAppController.m index ed8e0d104c..e943741b1d 100644 --- a/src/MacVim/MMAppController.m +++ b/src/MacVim/MMAppController.m @@ -1077,7 +1077,7 @@ fsEventCallback(ConstFSEventStreamRef streamRef, // MacVim would steal the focus if another app was activated while the // untitled window was loading. if (!args || args != [NSNull null]) - [NSApp activateIgnoringOtherApps:YES]; + [self activateWhenNextWindowOpens]; if (args) [pidArguments removeObjectForKey:pidKey];