about summary refs log tree commit diff
path: root/Completion/Zsh/Type/_command_names
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2007-08-19 23:31:30 +0000
committerClint Adams <clint@users.sourceforge.net>2007-08-19 23:31:30 +0000
commit53184f457bb560ede7a44729f43778a7d3078b2b (patch)
treee4e39fdce3866858609ef44d0cb631b297236ff2 /Completion/Zsh/Type/_command_names
parent4e945291a26ceb293371f258ded95b3ee6ab0715 (diff)
downloadzsh-53184f457bb560ede7a44729f43778a7d3078b2b.tar.gz
zsh-53184f457bb560ede7a44729f43778a7d3078b2b.tar.xz
zsh-53184f457bb560ede7a44729f43778a7d3078b2b.zip
23783: use _path_commands.
Diffstat (limited to 'Completion/Zsh/Type/_command_names')
-rw-r--r--Completion/Zsh/Type/_command_names2
1 files changed, 1 insertions, 1 deletions
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 = */* ]] &&