Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: completion for zcat broken
- X-seq: zsh-workers 13445
- From: Oliver Kiddle <opk@xxxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: completion for zcat broken
- Date: Thu, 8 Feb 2001 15:26:54 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- Sender: Oliver Kiddle <kiddleo@xxxxxxxxxx>
13346 broke completion for GNU zcat. This is because $service remains
'zcat' because we pass through _zcat to check for GNU - unlike gzcat
for which the =gunzip trick on the #compdef line works.
Oliver
Index: Completion/User/_gzip
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_gzip,v
retrieving revision 1.4
diff -r1.4 _gzip
7c7
< gunzip)
---
> gunzip|zcat)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author