From 3a69ea87be4023e93c0ee317e627e72201fac8c7 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 25 Mar 2000 18:07:38 +0000 Subject: zsh-workers/10243 --- Completion/User/_groups | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Completion/User') diff --git a/Completion/User/_groups b/Completion/User/_groups index c4d53d32d..748536f3b 100644 --- a/Completion/User/_groups +++ b/Completion/User/_groups @@ -6,7 +6,8 @@ _wanted groups || return 1 if ! zstyle -a ":completion:${curcontext}:" groups groups; then (( $+_cache_groups )) || - if (( ${+commands[ypcat]} )) && tmp=$(ypcat group.byname); then + if (( ${+commands[ypcat]} )) && + tmp=$(_call groups ypcat group.byname); then : ${(A)_cache_groups:=${${(f)tmp}%%:*}} # If you use YP else : ${(A)_cache_groups:=${${(s: :)$(