diff options
author | Clint Adams <clint@users.sourceforge.net> | 2007-08-19 23:31:30 +0000 |
---|---|---|
committer | Clint Adams <clint@users.sourceforge.net> | 2007-08-19 23:31:30 +0000 |
commit | 53184f457bb560ede7a44729f43778a7d3078b2b (patch) | |
tree | e4e39fdce3866858609ef44d0cb631b297236ff2 /Completion/Zsh/Context | |
parent | 4e945291a26ceb293371f258ded95b3ee6ab0715 (diff) | |
download | zsh-53184f457bb560ede7a44729f43778a7d3078b2b.tar.gz zsh-53184f457bb560ede7a44729f43778a7d3078b2b.tar.xz zsh-53184f457bb560ede7a44729f43778a7d3078b2b.zip |
23783: use _path_commands.
Diffstat (limited to 'Completion/Zsh/Context')
-rw-r--r-- | Completion/Zsh/Context/_equal | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Completion/Zsh/Context/_equal b/Completion/Zsh/Context/_equal index a1577d62c..58a415d56 100644 --- a/Completion/Zsh/Context/_equal +++ b/Completion/Zsh/Context/_equal @@ -1,5 +1,3 @@ #compdef -equal- -local expl - -_wanted commands expl command compadd -k commands +_path_commands |