diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | Completion/Debian/Command/_dpkg | 2 |
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 8864dec93..a2562ed70 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-14 Oliver Kiddle <opk@zsh.org> + + * Mikael: fix dpkg-deb completion broken by 30199 + 2012-02-14 Peter Stephenson <pws@csr.com> * users/16760: Functions/Zle/url-quote-magic: make reply @@ -15977,5 +15981,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5584 $ +* $Revision: 1.5585 $ ***************************************************** diff --git a/Completion/Debian/Command/_dpkg b/Completion/Debian/Command/_dpkg index bdb6d5b25..e7184e7cc 100644 --- a/Completion/Debian/Command/_dpkg +++ b/Completion/Debian/Command/_dpkg @@ -73,7 +73,7 @@ _dpkg_options=( _dpkg_options_recursive=( '(--recursive -R)'{--recursive,-R}'[recursive]' ) _dpkg_deb_and_query_only_actions=( - '(--show -W)'{--show,-W}'[show package info]:Debian package:_files -g \*.u\#deb(-.)' + '(--show -W)'{--show,-W}'[show package info]:Debian package:_files -g \*.u\#deb\(-.\)' ) _dpkg_deb_and_query_only_options=( |