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/_functions | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Completion/Builtins/_functions') diff --git a/Completion/Builtins/_functions b/Completion/Builtins/_functions index 98b21da68..de49d96ed 100644 --- a/Completion/Builtins/_functions +++ b/Completion/Builtins/_functions @@ -2,5 +2,4 @@ local expl -_wanted functions expl 'shell function' && - compadd "$expl[@]" "$@" - "${(k@)functions}" +_wanted functions expl 'shell function' compadd "$@" - "${(k@)functions}" -- cgit 1.4.1