diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-21 09:33:15 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2001-06-21 09:33:15 +0000 |
commit | 5470c1fe38a47bd4eb1da9197786f8fdd4b2a952 (patch) | |
tree | bf3da4331e0cb86c64b74de69ac78ff4b84a7513 /ChangeLog | |
parent | f256c16efe7c7d078e95f57a9546aeefadf4607f (diff) | |
download | zsh-5470c1fe38a47bd4eb1da9197786f8fdd4b2a952.tar.gz zsh-5470c1fe38a47bd4eb1da9197786f8fdd4b2a952.tar.xz zsh-5470c1fe38a47bd4eb1da9197786f8fdd4b2a952.zip |
Completion for AUTO_CD.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 1a5c72691..4d9847062 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2001-06-21 Bart Schaefer <schaefer@zsh.org> + * 15020: Completion/Zsh/Command/_cd, Completion/Zsh/Context/_autocd, + Completion/Zsh/Type/_command_names: When AUTO_CD is set, complete + directory names (including along cdpath) as well as commands when + in command position. + * 15018: Completion/compinit: Fix exit status of compdef. 2001-06-20 Bart Schaefer <schaefer@zsh.org> |