Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#557286: zsh: completion for "gpg --verify-files" does not work
- X-seq: zsh-workers 27417
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Vincent Lefevre <vincent@xxxxxxxxxx>, 557286@xxxxxxxxxxxxxxx
- Subject: Re: Bug#557286: zsh: completion for "gpg --verify-files" does not work
- Date: Fri, 20 Nov 2009 22:57:56 +0000
- Cc: zsh-workers@xxxxxxx
- In-reply-to: <20091120224918.GA14403@xxxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <20091120224918.GA14403@xxxxxxxxxxxxxxx>
On Fri, Nov 20, 2009 at 11:49:18PM +0100, Vincent Lefevre wrote:
> The completion on "gpg --verify-files" doesn't complete to anything.
I am not sure what was meant here.
Index: Completion/Unix/Command/_gpg
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_gpg,v
retrieving revision 1.9
diff -u -r1.9 _gpg
--- Completion/Unix/Command/_gpg 23 Jul 2008 00:34:04 -0000 1.9
+++ Completion/Unix/Command/_gpg 20 Nov 2009 22:55:41 -0000
@@ -11,8 +11,8 @@
'(-c --symmetric)'{-c,--symmetric}'[encrypt with symmetric cypher only]' \
'--store[store only]' \
'--decrypt[decrypt file or stdin]' \
- '--verify[verify a signature]:file attachment:_files' \
- '--verify-files[verify a list of files]:_files attachment_files' \
+ '--verify[verify a signature]' \
+ '--verify-files[verify a list of files]' \
'(-f --encrypt-files)'{-f,--encrypt-files}'[encrypt files]' \
'--decrypt-files[decrypt files]' \
'--list-keys[list all keys]' \
Messages sorted by:
Reverse Date,
Date,
Thread,
Author