1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-08-11 15:01:16 +02:00

Completion system assumes typeset does initialize declared variables.

This commit is contained in:
Bart Schaefer 2021-04-12 14:45:48 -07:00
parent b3613e4895
commit 3811abe01c

View file

@ -165,6 +165,7 @@ _comp_options=(
NO_posixidentifiers NO_posixidentifiers
NO_shwordsplit NO_shwordsplit
NO_shglob NO_shglob
NO_typesettounset
NO_warnnestedvar NO_warnnestedvar
NO_warncreateglobal NO_warncreateglobal
) )