Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Problem with zip completion
- X-seq: zsh-workers 16078
- From: Clint Adams <clint@xxxxxxx>
- To: vincent@xxxxxxxxxx
- Subject: Re: Problem with zip completion
- Date: Wed, 17 Oct 2001 11:13:33 -0400
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20011017164751.A6245@xxxxxxxxxxxxxx>; from vincent@xxxxxxxxxx on Wed, Oct 17, 2001 at 04:47:52PM +0200
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20011017164751.A6245@xxxxxxxxxxxxxx>
> it doesn't work any longer. Does anyone have a better completion
> function for zip?
Index: Completion/Unix/Command/_zip
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_zip,v
retrieving revision 1.2
diff -u -r1.2 _zip
--- Completion/Unix/Command/_zip 2001/08/14 16:23:42 1.2
+++ Completion/Unix/Command/_zip 2001/10/17 15:12:15
@@ -9,7 +9,8 @@
_arguments -C -s \
'-f[freshen: only changed files]' \
'-d[delete entries in zipfile]' \
- '-R[recurse into directories]' \
+ '-r[recurse into directories]' \
+ '-R[PKZIP recursion]' \
'-q[quiet operation]' \
'-c[add one-line comments]' \
'-b[use "path" for temp file]:path for temporary archive:_files -/' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author