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

PATCH: _bts (tags)



Seems that 'tags' is an alias for 'tag'.  Or vice-versa.

Index: Completion/Debian/Command/_bts
===================================================================
RCS file: /cvsroot/zsh/zsh/Completion/Debian/Command/_bts,v
retrieving revision 1.6
diff -u -r1.6 _bts
--- Completion/Debian/Command/_bts	21 Jan 2006 04:12:47 -0000	1.6
+++ Completion/Debian/Command/_bts	16 May 2006 23:17:52 -0000
@@ -23,7 +23,7 @@
 
 if [[ CURRENT -eq 1 ]]; then
   _wanted cmd expl 'bts command' compadd show bugs close reopen retitle \
-      reassign merge unmerge tag severity forwarded notforwarded help \
+      reassign merge unmerge tag tags severity forwarded notforwarded help \
       clone submitter found notfound block unblock user usertag usertags \
       package owner noowner reportspam cache cleancache
   return
@@ -77,7 +77,7 @@
      _wanted sep expl 'separator' compadd -S ' ' , .
     fi
   ;;
-  tag)
+  tags#)
     if [[ CURRENT -eq 2 ]]; then
       _message -e bugnum 'bug number'
     elif [[ CURRENT -eq 3 ]]; then



Messages sorted by: Reverse Date, Date, Thread, Author