diff options
author | Clint Adams <clint@users.sourceforge.net> | 2009-02-25 02:41:52 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2009-02-25 02:41:52 +0000 |
commit | 6ff8a9636549927b5d0423db61cb7056b1feeeb7 (patch) | |
tree | 93f8ec50c7bc9b95d16f54b333e708915cdc7066 | |
parent | 84864d5780bf666e63e7d2f6a584a58f3555b933 (diff) | |
download | zsh-6ff8a9636549927b5d0423db61cb7056b1feeeb7.tar.gz zsh-6ff8a9636549927b5d0423db61cb7056b1feeeb7.tar.xz zsh-6ff8a9636549927b5d0423db61cb7056b1feeeb7.zip |
26593: complete multiple files for lintian.
-rw-r--r-- | ChangeLog | 7 | ||||
-rw-r--r-- | Completion/Debian/Command/_lintian | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog index 03a2881cd..7610c750c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-02-22 Clint Adams <clint@zsh.org> + + * 26593: Completion/Debian/Command/_lintian: complete multiple + files for lintian. + 2009-02-20 Peter Stephenson <p.w.stephenson@ntlworld.com> * 26588: Src/Zle/zle_tricky.c: don't expand aliases in run-help @@ -11220,5 +11225,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4575 $ +* $Revision: 1.4576 $ ***************************************************** diff --git a/Completion/Debian/Command/_lintian b/Completion/Debian/Command/_lintian index cbab06de9..478d77a63 100644 --- a/Completion/Debian/Command/_lintian +++ b/Completion/Debian/Command/_lintian @@ -38,7 +38,7 @@ case "$service" in '(-s --source)'{-s,--source}'[the following packages are source]' \ '--udeb[the following packages are udebs]' \ '(-p --packages-file)'{-p,--packages-file}'[process packages listed in file]:list:_files' \ - ':package:_files -g "*.(changes|deb|dsc)"' && return 0 + '*:package:_files -g "*.(changes|deb|dsc)"' && return 0 ;; (lintian-info) |