summaryrefslogtreecommitdiffstats
path: root/Src/zsh.h
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-04-10 14:10:21 -0700
committerBart Schaefer <schaefer@ipost.com>2021-04-10 14:13:02 -0700
commite67ccd7f1efae7696dc17f6e3e720cd994e90155 (patch)
tree453c16b9f1a2bfbcc7ce1335eecaea152a3c413f /Src/zsh.h
parentunposted (cf. 48469): document oddness of ${emptystr[(i)]}. (diff)
downloadzsh-e67ccd7f1efae7696dc17f6e3e720cd994e90155.tar
zsh-e67ccd7f1efae7696dc17f6e3e720cd994e90155.tar.gz
zsh-e67ccd7f1efae7696dc17f6e3e720cd994e90155.tar.bz2
zsh-e67ccd7f1efae7696dc17f6e3e720cd994e90155.tar.lz
zsh-e67ccd7f1efae7696dc17f6e3e720cd994e90155.tar.xz
zsh-e67ccd7f1efae7696dc17f6e3e720cd994e90155.tar.zst
zsh-e67ccd7f1efae7696dc17f6e3e720cd994e90155.zip
Add TYPESET_DOES_NOT_SET option (cf. 48469)
Diffstat (limited to 'Src/zsh.h')
-rw-r--r--Src/zsh.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Src/zsh.h b/Src/zsh.h
index 27be1f788..12efb784f 100644
--- a/Src/zsh.h
+++ b/Src/zsh.h
@@ -2536,6 +2536,7 @@ enum {
SUNKEYBOARDHACK,
TRANSIENTRPROMPT,
TRAPSASYNC,
+ TYPESETDOESNOTSET,
TYPESETSILENT,
UNSET,
VERBOSE,