mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
22309: update for new surfraw debsec elvi.
This commit is contained in:
parent
f2fffea3e6
commit
b369e9ba03
2 changed files with 8 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-02-28 Clint Adams <clint@zsh.org>
|
||||
|
||||
* 22309: Completion/Unix/Command/_surfraw: update for
|
||||
new surfraw debsec elvi.
|
||||
|
||||
2006-02-28 Peter Stephenson <pws@csr.com>
|
||||
|
||||
* unposted: zsh-4.3.1, finally.
|
||||
|
|
|
@ -157,6 +157,9 @@ case $state in
|
|||
_arguments $args \
|
||||
'-doc[view PTS documentation]' && ret=0
|
||||
;;
|
||||
debsec)
|
||||
_message -e string 'package name, bug number or CVE ID'
|
||||
;;
|
||||
deja)
|
||||
_arguments $args \
|
||||
'-results=-:[number of results to return]' \
|
||||
|
|
Loading…
Reference in a new issue