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/Builtins/_zle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Completion/Builtins/_zle') diff --git a/Completion/Builtins/_zle b/Completion/Builtins/_zle index 8e8017817..46765bc5e 100644 --- a/Completion/Builtins/_zle +++ b/Completion/Builtins/_zle @@ -3,8 +3,8 @@ local expl if [[ "$words[2]" = -N && CURRENT -eq 3 ]]; then - _wanted -C -N functions expl 'widget shell function' && - compadd "$expl[@]" "$@" - "${(k@)functions}" && ret=0 + _wanted -C -N functions expl 'widget shell function' \ + compadd "$@" - "${(k@)functions}" else - _wanted widgets expl widget && compadd "$expl[@]" - "${(@k)widgets}" + _wanted widgets expl widget compadd - "${(@k)widgets}" fi -- cgit 1.4.1