From e3182c18de8f84c2d7eb003f9c731ada5e9a591f Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 8 Dec 2011 19:42:07 +0000 Subject: 29955++: IGNORE_CLOSE_BRACES option --- Src/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'Src/options.c') diff --git a/Src/options.c b/Src/options.c index 00d552ad5..a70d4ff11 100644 --- a/Src/options.c +++ b/Src/options.c @@ -159,6 +159,7 @@ static struct optname optns[] = { {{NULL, "histverify", 0}, HISTVERIFY}, {{NULL, "hup", OPT_EMULATE|OPT_ZSH}, HUP}, {{NULL, "ignorebraces", OPT_EMULATE|OPT_SH}, IGNOREBRACES}, +{{NULL, "ignoreclosebraces", 0}, IGNORECLOSEBRACES}, {{NULL, "ignoreeof", 0}, IGNOREEOF}, {{NULL, "incappendhistory", 0}, INCAPPENDHISTORY}, {{NULL, "interactive", OPT_SPECIAL}, INTERACTIVE}, -- cgit 1.4.1