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

Re: Bug#536022: zsh: Add fixed/notfixed option to bts command completion



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