Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

PATCH: completion for zcat broken



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