Package: zsh
Version: 4.3.10-2
Severity: wishlist
Tags: patch

Hi!

bts command completion does not understand fixed/notfixed. Here is a
patch to solve this problem.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.29-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_FR.utf8, LC_CTYPE=fr_FR.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages zsh depends on:
ii  libc6                     2.9-18         GNU C Library: Shared libraries
ii  libcap2                   1:2.16-5       support for getting/setting POSIX.
ii  libncursesw5              5.7+20090530-1 shared libraries for terminal hand

Versions of packages zsh recommends:
ii  libc6                         2.9-18     GNU C Library: Shared libraries
ii  libpcre3                      7.8-2      Perl 5 Compatible Regular Expressi

Versions of packages zsh suggests:
pn  zsh-doc                       <none>     (no description available)

-- no debconf information
--- /usr/share/zsh/functions/Completion/Debian/_bts~    2009-06-02 
21:07:12.000000000 +0200
+++ /usr/share/zsh/functions/Completion/Debian/_bts     2009-07-06 
22:36:17.000000000 +0200
@@ -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

Reply via email to