mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-05 11:01:13 +02:00
29762: bts completion tag update from Ansgar Burchardt.
This commit is contained in:
parent
571015bc32
commit
01778d160a
2 changed files with 16 additions and 9 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2011-09-10 Clint Adams <clint@zsh.org>
|
||||||
|
|
||||||
|
* 29762: Completion/Debian/Command/_bts: bts completion tag
|
||||||
|
update from Ansgar Burchardt.
|
||||||
|
|
||||||
2011-09-10 Barton E. Schaefer <schaefer@zsh.org>
|
2011-09-10 Barton E. Schaefer <schaefer@zsh.org>
|
||||||
|
|
||||||
* 29760: Completion/compaudit: declare _i_ulwdirs and make sure
|
* 29760: Completion/compaudit: declare _i_ulwdirs and make sure
|
||||||
|
@ -15403,5 +15408,5 @@
|
||||||
|
|
||||||
*****************************************************
|
*****************************************************
|
||||||
* This is used by the shell to define $ZSH_PATCHLEVEL
|
* This is used by the shell to define $ZSH_PATCHLEVEL
|
||||||
* $Revision: 1.5464 $
|
* $Revision: 1.5465 $
|
||||||
*****************************************************
|
*****************************************************
|
||||||
|
|
|
@ -85,16 +85,18 @@ case "$words[1]" in
|
||||||
_wanted operator expl 'operator' compadd - '+' '-' '='
|
_wanted operator expl 'operator' compadd - '+' '-' '='
|
||||||
elif [[ CURRENT -eq 4 ]]; then
|
elif [[ CURRENT -eq 4 ]]; then
|
||||||
_wanted tag expl 'tag' \
|
_wanted tag expl 'tag' \
|
||||||
compadd patch wontfix moreinfo unreproducible fixed security \
|
compadd patch wontfix moreinfo unreproducible help pending \
|
||||||
potato woody sid help pending upstream lfs sarge experimental \
|
fixed security upstream confirmed fixed-upstream \
|
||||||
sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
|
fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
|
||||||
fixed-upstream
|
sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
|
||||||
|
squeeze-ignore wheezy wheezy-ignore sid experimental
|
||||||
else
|
else
|
||||||
_wanted tag expl 'tag' \
|
_wanted tag expl 'tag' \
|
||||||
compadd patch wontfix moreinfo unreproducible fixed security \
|
compadd patch wontfix moreinfo unreproducible help pending \
|
||||||
potato woody sid help pending upstream lfs sarge experimental \
|
fixed security upstream confirmed fixed-upstream \
|
||||||
sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
|
fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
|
||||||
fixed-upstream
|
sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
|
||||||
|
squeeze-ignore wheezy wheezy-ignore sid experimental
|
||||||
_wanted sep expl 'separator' compadd -S ' ' , .
|
_wanted sep expl 'separator' compadd -S ' ' , .
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue