From 3f65a2acf2ee25c64b4f3cabb9bcf6e1cba30f07 Mon Sep 17 00:00:00 2001 From: Bjorn Winckler Date: Sun, 18 Nov 2007 14:18:12 +0100 Subject: [PATCH] MMLoginShell defaults to NO Starting a tcsh shell with -c and -l doesn't work so disable this user default until further notice. --- src/MacVim/MMAppController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MacVim/MMAppController.m b/src/MacVim/MMAppController.m index 18e106a6..6a2c2bea 100644 --- a/src/MacVim/MMAppController.m +++ b/src/MacVim/MMAppController.m @@ -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]; -- 2.11.4.GIT