From 8066c8066520d734d22ab17992bd3787777d4130 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Thu, 28 Oct 1999 08:13:52 +0000 Subject: zsh-workers/8471 --- Completion/Builtins/_functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Builtins/_functions') diff --git a/Completion/Builtins/_functions b/Completion/Builtins/_functions index d5f32d2e3..81a56eb83 100644 --- a/Completion/Builtins/_functions +++ b/Completion/Builtins/_functions @@ -3,4 +3,4 @@ local expl _description expl 'shell function' -compadd "$expl[@]" "$@" - "${(k@)functions[(R)^?disabled*]}" +compadd "$expl[@]" "$@" - "${(k@)functions}" -- cgit 1.4.1