zsh-workers
 help / color / mirror / code / Atom feed
* Re: Bug#536022: zsh: Add fixed/notfixed option to bts command completion
       [not found] <20090706203839.9566.85076.reportbug@neo.luffy.cx>
@ 2009-07-10 23:46 ` Clint Adams
  0 siblings, 0 replies; only message in thread
From: Clint Adams @ 2009-07-10 23:46 UTC (permalink / raw)
  To: Vincent Bernat, 536022; +Cc: zsh-workers

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


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

only message in thread, other threads:[~2009-07-10 23:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20090706203839.9566.85076.reportbug@neo.luffy.cx>
2009-07-10 23:46 ` Bug#536022: zsh: Add fixed/notfixed option to bts command completion 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).