about summary refs log tree commit diff
path: root/Completion/Zsh/Command/_which
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/Command/_which
parent4e945291a26ceb293371f258ded95b3ee6ab0715 (diff)
downloadzsh-53184f457bb560ede7a44729f43778a7d3078b2b.tar.gz
zsh-53184f457bb560ede7a44729f43778a7d3078b2b.tar.xz
zsh-53184f457bb560ede7a44729f43778a7d3078b2b.zip
23783: use _path_commands.
Diffstat (limited to 'Completion/Zsh/Command/_which')
-rw-r--r--Completion/Zsh/Command/_which2
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Zsh/Command/_which b/Completion/Zsh/Command/_which
index 2b89112bc..07ede39fd 100644
--- a/Completion/Zsh/Command/_which
+++ b/Completion/Zsh/Command/_which
@@ -28,7 +28,7 @@ if [[ "$state" = command ]]; then
   args=( "$@" )
 
   _alternative -O args \
-    'commands:external command:compadd -k commands' \
+    'commands:external command:_path_commands' \
     'builtins:builtin command:compadd -k builtins' \
     'functions:shell function:compadd -k functions' \
     'aliases:alias:compadd -k aliases' \