zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: _mutt option repetition
@ 2000-07-22  4:38 Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2000-07-22  4:38 UTC (permalink / raw)
  To: zsh-workers

I was bitten when trying to complete arguments to multiple -a's.
The same applies for -b and -c, but not, as I had suspected, -i.

Index: Completion/User/_mutt
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/User/_mutt,v
retrieving revision 1.2
diff -u -r1.2 _mutt
--- Completion/User/_mutt	2000/05/05 13:38:46	1.2
+++ Completion/User/_mutt	2000/07/22 04:37:47
@@ -5,9 +5,9 @@
 
 _arguments -C \
     '::recipient:->userhost' \
-    '-a:MIME attachment:_files' \
-    '-b:BCC recipient:->userhost' \
-    '-c:CC recipient:->userhost' \
+    '*-a:MIME attachment:_files' \
+    '*-b:BCC recipient:->userhost' \
+    '*-c:CC recipient:->userhost' \
     '-e:post-init configuration:' \
     '-f+:mailbox: _mailboxes' \
     '-F+:init file:_files' \


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-07-22  4:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-07-22  4:38 PATCH: _mutt option repetition Clint Adams

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).