1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-29 05:21:00 +01:00

users/4865: Completion/compinit: need to add NO_octalzeroes to

$_comp_options.
This commit is contained in:
Peter Stephenson 2002-04-25 15:35:31 +00:00
parent 4e4a8475fb
commit 9dd13ac83f
2 changed files with 4 additions and 0 deletions

View file

@ -144,6 +144,7 @@ _comp_options=(
NO_allexport
NO_aliases
NO_errexit
NO_octalzeroes
)
# And this one should be `eval'ed at the beginning of every entry point