mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
The wrong command line arguments were specified when launching MacVim.
git-svn-id: http://macvim.googlecode.com/svn/trunk@124 96c4425d-ca35-0410-94e5-3396d5c13a8f
This commit is contained in:
+1
-1
@@ -114,7 +114,7 @@ static int specialKeyToNSKey(int key);
|
||||
// MMWindowController which always raises the app when a new window is
|
||||
// opened.
|
||||
NSMutableArray *args = [NSMutableArray arrayWithObjects:
|
||||
MMNoWindowKey, @"yes", nil];
|
||||
[NSString stringWithFormat:@"-%@", MMNoWindowKey], @"yes", nil];
|
||||
NSString *exeName = [[mainBundle infoDictionary]
|
||||
objectForKey:@"CFBundleExecutable"];
|
||||
NSString *path = [mainBundle pathForAuxiliaryExecutable:exeName];
|
||||
|
||||
Reference in New Issue
Block a user