Package: zsh
Version: 4.3.6-6
Severity: minor
Tags: patch

The zsh completion for apt-show-versions omits the package list from the end
of the command line. For example,

 apt-show-versions -u <TAB>

.. should display a list of packages in the same way that "--package=<TAB>"
currently does.

Patch attached.


Regards,

-- 
Chris Lamb, UK                                       [EMAIL PROTECTED]
                                                            GPG: 0x634F9A20
diff -urNad zsh-4.3.6.orig/Completion/Debian/Command/_apt-show-versions 
zsh-4.3.6/Completion/Debian/Command/_apt-show-versions
--- zsh-4.3.6.orig/Completion/Debian/Command/_apt-show-versions 2008-08-07 
13:47:27.000000000 +0100
+++ zsh-4.3.6/Completion/Debian/Command/_apt-show-versions      2008-08-07 
13:47:38.000000000 +0100
@@ -9,4 +9,5 @@
    '(--allversions -a)'{--allversions,-a}'[print all available versions]' \
    '(--brief -b)'{--brief,-b}'[brief output]' \
    '(--verbose -v)'{--verbose,-v}'[verbose output]' \
-   '(--help -h)'{--help,-h}'[display help information]'
+   '(--help -h)'{--help,-h}'[display help information]' \
+   ':package:_deb_packages avail'

Attachment: signature.asc
Description: PGP signature

Reply via email to