From e6282df1155e8d9b08b2e518a452c1997973f1ce Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 12 Nov 1999 15:28:24 +0000 Subject: manual/8630 --- Completion/Builtins/_command | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Completion/Builtins/_command') diff --git a/Completion/Builtins/_command b/Completion/Builtins/_command index 9f54aae80..23995dbbe 100644 --- a/Completion/Builtins/_command +++ b/Completion/Builtins/_command @@ -6,6 +6,8 @@ if [[ CURRENT -ge 3 ]]; then else local expl + _tags any:command commands || return 1 + _description expl 'external command' compadd "$expl[@]" "$@" - "${(k@)commands}" fi -- cgit 1.4.1