1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +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

@ -5,6 +5,9 @@
2002-04-25 Peter Stephenson <pws@csr.com>
* users/4865: Completion/compinit: need to add NO_octalzeroes to
$_comp_options.
* 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data
connection for zftp using IPv6.

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