mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-09-10 12:40:58 +02:00
unposted: Completion/Debian/Command/_bts: patch from Christian Marillat; complete new BTS tags.
This commit is contained in:
parent
cd3503e77e
commit
1e13a63092
2 changed files with 12 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2004-02-19 Clint Adams <schizo@debian.org>
|
||||||
|
|
||||||
|
* unposted: Completion/Debian/Command/_bts: patch from
|
||||||
|
Christian Marillat; complete new BTS tags.
|
||||||
|
|
||||||
2004-02-19 Wayne Davison <wayned@users.sourceforge.net>
|
2004-02-19 Wayne Davison <wayned@users.sourceforge.net>
|
||||||
|
|
||||||
* unposted: Src/Zle/complist.c: Silenced some compiler warnings
|
* unposted: Src/Zle/complist.c: Silenced some compiler warnings
|
||||||
|
|
|
@ -66,11 +66,15 @@ case "$words[1]" in
|
||||||
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 fixed security \
|
||||||
potato woody sid help pending upstream sarge experimental
|
potato woody sid help pending upstream lfs sarge experimental \
|
||||||
|
sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
|
||||||
|
fixed-upstream
|
||||||
else
|
else
|
||||||
_wanted tag expl 'tag' \
|
_wanted tag expl 'tag' \
|
||||||
compadd patch wontfix moreinfo unreproducible fixed security \
|
compadd patch wontfix moreinfo unreproducible fixed security \
|
||||||
potato woody sid help pending upstream sarge experimental
|
potato woody sid help pending upstream lfs sarge experimental \
|
||||||
|
sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
|
||||||
|
fixed-upstream
|
||||||
_wanted sep expl 'separator' compadd -S ' ' , .
|
_wanted sep expl 'separator' compadd -S ' ' , .
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue