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 /ChangeLog | |
parent | 4e945291a26ceb293371f258ded95b3ee6ab0715 (diff) | |
download | zsh-53184f457bb560ede7a44729f43778a7d3078b2b.tar.gz zsh-53184f457bb560ede7a44729f43778a7d3078b2b.tar.xz zsh-53184f457bb560ede7a44729f43778a7d3078b2b.zip |
23783: use _path_commands.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index c20ad070f..e04da9c38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2007-08-19 Clint Adams <clint@zsh.org> + * R.Ramkumar: 23783: Completion/Zsh/Command/_command, + Completion/Zsh/Command/_hash, Completion/Zsh/Command/_which, + Completion/Zsh/Context/_equal, Completion/Zsh/Type/_command_names: + use _path_commands. + * R.Ramkumar, tweaked: 23782: Completion/Unix/Type/_path_commands: commands with descriptions. |