1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-11-20 05:53:52 +01:00

fix _gzip to work for zcat again (13445)

This commit is contained in:
Oliver Kiddle 2001-02-08 15:33:26 +00:00
parent dcb2530bd3
commit 14d2dae44c
2 changed files with 5 additions and 1 deletions

@ -1,3 +1,7 @@
2001-02-08 Oliver Kiddle <opk@zsh.org>
* 13445: Completion/User/_gzip: fix to work for zcat again
2001-02-07 Bart Schaefer <schaefer@zsh.org>
* 13442: Test/Makefile.in, Test/comptest: Run zsh with +Z to

@ -4,7 +4,7 @@ local decompress expl curcontext="$curcontext" state line
typeset -A opt_args
case "$service" in
gunzip)
gunzip|zcat)
decompress=yes
;&
gzip)