From 626e2aeb1657f112feb6d03c34bb9e9f44764c75 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 23 Mar 2000 04:19:26 +0000 Subject: zsh-workers/10195 --- Completion/User/_user_at_host | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Completion/User/_user_at_host') diff --git a/Completion/User/_user_at_host b/Completion/User/_user_at_host index c7b86d385..785d79932 100644 --- a/Completion/User/_user_at_host +++ b/Completion/User/_user_at_host @@ -22,9 +22,9 @@ if [[ -prefix 1 *@ ]]; then compset -P 1 '*@' - _wanted -C user-at hosts expl "host for $user" && - _combination -s '[:@]' "${tag}" users-hosts users="$user" hosts "$expl[@]" "$@" + _wanted -C user-at hosts expl "host for $user" \ + _combination -s '[:@]' "${tag}" users-hosts users="$user" hosts "$@" - else - _wanted users expl "user" && - _combination -s '[:@]' "${tag}" users-hosts users -S@ -q "$expl[@]" "$@" + _wanted users expl "user" \ + _combination -s '[:@]' "${tag}" users-hosts users -S@ -q "$@" - fi -- cgit 1.4.1