mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-04 10:41:11 +02:00
Add "promptsp" to the optname optns[] array.
This commit is contained in:
parent
9ba458948a
commit
85784fbfee
1 changed files with 1 additions and 0 deletions
|
@ -181,6 +181,7 @@ static struct optname optns[] = {
|
|||
{NULL, "promptbang", OPT_KSH, PROMPTBANG},
|
||||
{NULL, "promptcr", OPT_ALL, PROMPTCR},
|
||||
{NULL, "promptpercent", OPT_NONBOURNE, PROMPTPERCENT},
|
||||
{NULL, "promptsp", OPT_ALL, PROMPTSP},
|
||||
{NULL, "promptsubst", OPT_KSH, PROMPTSUBST},
|
||||
{NULL, "pushdignoredups", OPT_EMULATE, PUSHDIGNOREDUPS},
|
||||
{NULL, "pushdminus", OPT_EMULATE, PUSHDMINUS},
|
||||
|
|
Loading…
Reference in a new issue