mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
MMLoginShell defaults to NO
Starting a tcsh shell with -c and -l doesn't work so disable this user default until further notice.
This commit is contained in:
@@ -84,7 +84,7 @@ static NSTimeInterval MMReplyTimeout = 5;
|
||||
[NSNumber numberWithBool:YES], MMTranslateCtrlClickKey,
|
||||
[NSNumber numberWithBool:NO], MMOpenFilesInTabsKey,
|
||||
[NSNumber numberWithBool:NO], MMNoFontSubstitutionKey,
|
||||
[NSNumber numberWithBool:YES], MMLoginShellKey,
|
||||
[NSNumber numberWithBool:NO], MMLoginShellKey,
|
||||
nil];
|
||||
|
||||
[[NSUserDefaults standardUserDefaults] registerDefaults:dict];
|
||||
|
||||
Reference in New Issue
Block a user