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

Re: Bug#557286: zsh: completion for "gpg --verify-files" does not work



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