diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-05 21:42:59 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2012-10-05 21:42:59 +0000 |
commit | 76ac7bf74265440be6177c060fe72a074caa6d4f (patch) | |
tree | 18fabccb4adb924fe212ab49e36ae2b82a7b11d2 /Src | |
parent | eb562c9f2c8af43957b023325119d912fa3897b3 (diff) | |
download | zsh-76ac7bf74265440be6177c060fe72a074caa6d4f.tar.gz zsh-76ac7bf74265440be6177c060fe72a074caa6d4f.tar.xz zsh-76ac7bf74265440be6177c060fe72a074caa6d4f.zip |
30716: make IGNORECLOSEBRACES an emulation option
Diffstat (limited to 'Src')
-rw-r--r-- | Src/options.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/options.c b/Src/options.c index 609c28fd1..6075a7fcb 100644 --- a/Src/options.c +++ b/Src/options.c @@ -160,7 +160,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, "ignoreclosebraces", OPT_EMULATE}, IGNORECLOSEBRACES}, {{NULL, "ignoreeof", 0}, IGNOREEOF}, {{NULL, "incappendhistory", 0}, INCAPPENDHISTORY}, {{NULL, "interactive", OPT_SPECIAL}, INTERACTIVE}, |