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:
parent
4e4a8475fb
commit
9dd13ac83f
2 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue