From 53184f457bb560ede7a44729f43778a7d3078b2b Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Sun, 19 Aug 2007 23:31:30 +0000 Subject: 23783: use _path_commands. --- Completion/Zsh/Type/_command_names | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Zsh/Type') diff --git a/Completion/Zsh/Type/_command_names b/Completion/Zsh/Type/_command_names index 85ca3b912..f57d05226 100644 --- a/Completion/Zsh/Type/_command_names +++ b/Completion/Zsh/Type/_command_names @@ -9,7 +9,7 @@ local args defs zstyle -t ":completion:${curcontext}:commands" rehash && rehash defs=( - 'commands:external command:compadd -k commands' + 'commands:external command:_path_commands' ) [[ -n "$path[(r).]" || $PREFIX = */* ]] && -- cgit 1.4.1