mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-07-25 09:21:05 +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_shwordsplit
|
||||
NO_shglob
|
||||
NO_typesettounset
|
||||
NO_warnnestedvar
|
||||
NO_warncreateglobal
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue