summaryrefslogtreecommitdiffstats
path: root/Completion/compinit
diff options
context:
space:
mode:
authorBart Schaefer <schaefer@ipost.com>2021-04-13 21:30:06 -0700
committerBart Schaefer <schaefer@ipost.com>2021-04-13 21:30:06 -0700
commitf85cb4504561df0b486e3e140d4c0434516a0f7f (patch)
tree076e1c7ff63c0b59573f5f993e50b63791b7f651 /Completion/compinit
parentunposted (cf. 48469): document oddness of ${emptystr[(i)]}. (diff)
parent48487 (amended): Failure test for math evaluation oddity (diff)
downloadzsh-declarednull.tar
zsh-declarednull.tar.gz
zsh-declarednull.tar.bz2
zsh-declarednull.tar.lz
zsh-declarednull.tar.xz
zsh-declarednull.tar.zst
zsh-declarednull.zip
Merge branch 'typesettounset' into declarednulldeclarednull
Adds 'setopt typeset_to_unset', documentation, failure tests for POSIX incompatibilies, etc.
Diffstat (limited to 'Completion/compinit')
-rw-r--r--Completion/compinit1
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/compinit b/Completion/compinit
index e81cd1604..1f2e7c634 100644
--- a/Completion/compinit
+++ b/Completion/compinit
@@ -165,6 +165,7 @@ _comp_options=(
NO_posixidentifiers
NO_shwordsplit
NO_shglob
+ NO_typesettounset
NO_warnnestedvar
NO_warncreateglobal
)