mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-28 05:00:59 +01:00
Added KSH_TYPESET option.
This commit is contained in:
parent
ae09302120
commit
c26704f7a3
6 changed files with 66 additions and 7 deletions
|
|
@ -145,6 +145,7 @@ static struct optname optns[] = {
|
|||
{NULL, "kshautoload", OPT_EMULATE|OPT_BOURNE, KSHAUTOLOAD},
|
||||
{NULL, "kshglob", OPT_EMULATE|OPT_KSH, KSHGLOB},
|
||||
{NULL, "kshoptionprint", OPT_EMULATE|OPT_KSH, KSHOPTIONPRINT},
|
||||
{NULL, "kshtypeset", OPT_EMULATE|OPT_KSH, KSHTYPESET},
|
||||
{NULL, "listambiguous", OPT_ALL, LISTAMBIGUOUS},
|
||||
{NULL, "listbeep", OPT_ALL, LISTBEEP},
|
||||
{NULL, "listpacked", 0, LISTPACKED},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue