Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Bug#536022: zsh: Add fixed/notfixed option to bts command completion
- X-seq: zsh-workers 27127
- From: Clint Adams <schizo@xxxxxxxxxx>
- To: Vincent Bernat <bernat@xxxxxxxxxx>, 536022@xxxxxxxxxxxxxxx
- Subject: Re: Bug#536022: zsh: Add fixed/notfixed option to bts command completion
- Date: Fri, 10 Jul 2009 23:46:05 +0000
- Cc: zsh-workers@xxxxxxxxxx
- In-reply-to: <20090706203839.9566.85076.reportbug@xxxxxxxxxxxx>
- Mail-followup-to: Vincent Bernat <bernat@xxxxxxxxxx>, 536022@xxxxxxxxxxxxxxx, zsh-workers@xxxxxxxxxx
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
- References: <20090706203839.9566.85076.reportbug@xxxxxxxxxxxx>
On Mon, Jul 06, 2009 at 10:38:39PM +0200, Vincent Bernat wrote:
> bts command completion does not understand fixed/notfixed. Here is a
> patch to solve this problem.
Thanks.
Index: Completion/Debian/Command/_bts
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bts,v
retrieving revision 1.11
diff -u -r1.11 _bts
--- Completion/Debian/Command/_bts 26 Oct 2008 19:35:47 -0000 1.11
+++ Completion/Debian/Command/_bts 10 Jul 2009 23:44:48 -0000
@@ -26,7 +26,7 @@
reassign merge unmerge tag tags severity forwarded notforwarded help \
clone submitter found notfound block unblock user usertag usertags \
package owner noowner reportspam cache cleancache claim unclaim \
- subscribe unsubscribe
+ subscribe unsubscribe fixed notfixed
return
fi
@@ -147,7 +147,7 @@
_wanted sep expl 'separator' compadd -S ' ' , .
fi
;;
- (found|notfound)
+ (found|notfound|fixed|notfixed)
if [[ CURRENT -eq 2 ]]; then
_message -e bugnum 'bug number'
elif [[ CURRENT -eq 3 ]]; then
Messages sorted by:
Reverse Date,
Date,
Thread,
Author