diff options
author | Bart Schaefer <schaefer@ipost.com> | 2021-04-12 13:59:06 -0700 |
---|---|---|
committer | Bart Schaefer <schaefer@ipost.com> | 2021-04-12 13:59:06 -0700 |
commit | b3613e4895f7b059558c4ef211189b516dbf903d (patch) | |
tree | 5ac6989a564cfb079b73a1f13a3d2a89ff881bb9 /Src/zsh.h | |
parent | e67ccd7f1efae7696dc17f6e3e720cd994e90155 (diff) | |
download | zsh-b3613e4895f7b059558c4ef211189b516dbf903d.tar.gz zsh-b3613e4895f7b059558c4ef211189b516dbf903d.tar.xz zsh-b3613e4895f7b059558c4ef211189b516dbf903d.zip |
Change TYPESET_DOES_NOT_SET to TYPESET_TO_UNSET to avoid double-negative
Diffstat (limited to 'Src/zsh.h')
-rw-r--r-- | Src/zsh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Src/zsh.h b/Src/zsh.h index 12efb784f..490407ad0 100644 --- a/Src/zsh.h +++ b/Src/zsh.h @@ -2536,8 +2536,8 @@ enum { SUNKEYBOARDHACK, TRANSIENTRPROMPT, TRAPSASYNC, - TYPESETDOESNOTSET, TYPESETSILENT, + TYPESETTOUNSET, UNSET, VERBOSE, VIMODE, |