about summary refs log tree commit diff
path: root/Completion/Debian
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2011-09-10 22:28:00 +0000
committerClint Adams <clint@users.sourceforge.net>2011-09-10 22:28:00 +0000
commit01778d160a16fcc5a76a14d3b6392a154e515dc7 (patch)
tree94ca140005c0fc42814f971877ac86c30c0e4e9e /Completion/Debian
parent571015bc32e6ff3ed648a6b351d05272329386bc (diff)
downloadzsh-01778d160a16fcc5a76a14d3b6392a154e515dc7.tar.gz
zsh-01778d160a16fcc5a76a14d3b6392a154e515dc7.tar.xz
zsh-01778d160a16fcc5a76a14d3b6392a154e515dc7.zip
29762: bts completion tag update from Ansgar Burchardt.
Diffstat (limited to 'Completion/Debian')
-rw-r--r--Completion/Debian/Command/_bts18
1 files changed, 10 insertions, 8 deletions
diff --git a/Completion/Debian/Command/_bts b/Completion/Debian/Command/_bts
index 8ef1530c7..4907d15c1 100644
--- a/Completion/Debian/Command/_bts
+++ b/Completion/Debian/Command/_bts
@@ -85,16 +85,18 @@ case "$words[1]" in
       _wanted operator expl 'operator' compadd - '+' '-' '='
     elif [[ CURRENT -eq 4 ]]; then
       _wanted tag expl 'tag' \
-	 compadd patch wontfix moreinfo unreproducible fixed security \
-	 potato woody sid help pending upstream lfs sarge experimental \
-	 sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
-	 fixed-upstream
+	 compadd patch wontfix moreinfo unreproducible help pending \
+	 fixed security upstream confirmed fixed-upstream \
+	 fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
+	 sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
+	 squeeze-ignore wheezy wheezy-ignore sid experimental
     else
       _wanted tag expl 'tag' \
-	 compadd patch wontfix moreinfo unreproducible fixed security \
-	 potato woody sid help pending upstream lfs sarge experimental \
-	 sarge-ignore d-i confirmed ipv6 fixed-in-experimental \
-	 fixed-upstream
+	 compadd patch wontfix moreinfo unreproducible help pending \
+	 fixed security upstream confirmed fixed-upstream \
+	 fixed-in-experimental d-i ipv6 lfs l10n potato woody sarge \
+	 sarge-ignore etch etch-ignore lenny lenny-ignore squeeze \
+	 squeeze-ignore wheezy wheezy-ignore sid experimental
       _wanted sep expl 'separator' compadd -S ' ' , .
     fi
   ;;