You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/app-portage/eix/files/eix-0.28.4-zsh-completion.p...

18 lines
443 B

--- eix-0.28.4/zsh/_eix.in
+++ eix-0.28.4/zsh/_eix.in
@@ -248,12 +248,14 @@ $service_opts
ret=$?
case $state in
(vars)
+ _tags variables
_requested variables && {
_description variables expl 'eix variable name'
compadd "$expl[@]" - ${(f)"$($service --known-vars)"}
ret=$?
};;
(overlay)
+ _tags overlays
_requested overlays && {
local -ua o
o=($(PRINT_APPEND= eix --print PORTDIR_OVERLAY 2>/dev/null))