mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-29 03:31:01 +01:00
zsh-workers/9625
This commit is contained in:
parent
deac7dec24
commit
6845f57d4c
5 changed files with 40 additions and 37 deletions
|
|
@ -102,6 +102,7 @@ static struct optname optns[] = {
|
|||
{NULL, "cshjunkiehistory", OPT_EMULATE|OPT_CSH, CSHJUNKIEHISTORY},
|
||||
{NULL, "cshjunkieloops", OPT_EMULATE|OPT_CSH, CSHJUNKIELOOPS},
|
||||
{NULL, "cshjunkiequotes", OPT_EMULATE|OPT_CSH, CSHJUNKIEQUOTES},
|
||||
{NULL, "cshnullcmd", OPT_EMULATE|OPT_CSH, CSHNULLCMD},
|
||||
{NULL, "cshnullglob", OPT_EMULATE|OPT_CSH, CSHNULLGLOB},
|
||||
{NULL, "equals", OPT_EMULATE|OPT_ZSH, EQUALS},
|
||||
{NULL, "errexit", OPT_EMULATE, ERREXIT},
|
||||
|
|
@ -134,7 +135,6 @@ static struct optname optns[] = {
|
|||
{NULL, "hup", OPT_EMULATE|OPT_ZSH, HUP},
|
||||
{NULL, "ignorebraces", OPT_EMULATE|OPT_SH, IGNOREBRACES},
|
||||
{NULL, "ignoreeof", 0, IGNOREEOF},
|
||||
{NULL, "ignorenullcmd", OPT_EMULATE|OPT_NONZSH, IGNORENULLCMD},
|
||||
{NULL, "incappendhistory", 0, INCAPPENDHISTORY},
|
||||
{NULL, "interactive", OPT_SPECIAL, INTERACTIVE},
|
||||
{NULL, "interactivecomments", OPT_BOURNE, INTERACTIVECOMMENTS},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue