mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-01-19 11:31:26 +01:00
25423: completion for grep-excuses.
This commit is contained in:
parent
2653c527d2
commit
8db0e396c9
3 changed files with 13 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
2008-08-07 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 25423: Chris Lamb: Completion/Debian/Command/.distfiles,
|
||||
Completion/Debian/Command/_grep-excuses: completion for
|
||||
grep-excuses.
|
||||
|
||||
* 25422: Chris Lamb: Completion/Debian/Command/_apt-show-versions:
|
||||
apt-show-versions completion fix.
|
||||
|
||||
|
|
|
@ -15,5 +15,5 @@ _mergechanges _module-assistant _piuparts
|
|||
_reprepro _schroot _svn-buildpackage
|
||||
_toolchain-source _update-alternatives _update-rc.d
|
||||
_uscan _wajig _wanna-build
|
||||
_vim-addons
|
||||
_vim-addons _grep-excuses
|
||||
'
|
||||
|
|
8
Completion/Debian/Command/_grep-excuses
Normal file
8
Completion/Debian/Command/_grep-excuses
Normal file
|
@ -0,0 +1,8 @@
|
|||
#compdef grep-excuses
|
||||
|
||||
_arguments \
|
||||
'(--no-conf --noconf)'{--no-conf,--noconf}'[do not read any config files]' \
|
||||
'(--wipnity -w)'{--wipnity,-w}'[get information from release.debian.org]' \
|
||||
'--version[display version information]' \
|
||||
'--help[display help information]' \
|
||||
':package:_deb_packages avail'
|
Loading…
Reference in a new issue