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:
parent
dcb2530bd3
commit
14d2dae44c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user