From 3db2c42de243910cdc1a24a39fb9c963d5c0091f Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Wed, 3 Nov 1999 11:07:12 +0000 Subject: manual/8518 --- Completion/Builtins/_which | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Builtins/_which') diff --git a/Completion/Builtins/_which b/Completion/Builtins/_which index 328f7730c..41e7d20fd 100644 --- a/Completion/Builtins/_which +++ b/Completion/Builtins/_which @@ -9,6 +9,6 @@ compadd "$expl[@]" "$@" - "${(k@)builtins}" && ret=0 _description expl 'shell function' compadd "$expl[@]" "$@" - "${(k@)functions}" && ret=0 _description expl 'alias' -compadd "$expl[@]" "$@" - "${(k@)raliases}" && ret=0 +compadd "$expl[@]" "$@" - "${(k@)aliases}" && ret=0 _description expl 'reserved word' compadd "$expl[@]" "$@" - "${(k@)reswords}" && ret=0 -- cgit 1.4.1