Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: _baz switch
- X-seq: zsh-workers 22609
- From: Clint Adams <clint@xxxxxxx>
- To: zsh-workers@xxxxxxxxxx
- Subject: PATCH: _baz switch
- Date: Tue, 15 Aug 2006 00:53:06 -0400
- Mail-followup-to: zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
Index: Completion/Unix/Command/_baz
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Unix/Command/_baz,v
retrieving revision 1.10
diff -u -r1.10 _baz
--- Completion/Unix/Command/_baz 26 Sep 2005 03:08:49 -0000 1.10
+++ Completion/Unix/Command/_baz 15 Aug 2006 04:52:37 -0000
@@ -450,6 +450,9 @@
local cmd_escape
cmd_escape=(':string:')
+local cmd_switch
+cmd_switch=(':revision:_baz_revisions')
+
#mutually exclusive options
local -A excludes
Messages sorted by:
Reverse Date,
Date,
Thread,
Author