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:
parent
b3613e4895
commit
3811abe01c
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue