diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-01-30 08:47:52 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2002-01-30 08:47:52 +0000 |
commit | 908065190d40d76c67e2f24cc368249cfe0cd901 (patch) | |
tree | 1af016ad003c9891802c04cb9872686e9bd31dee /ChangeLog | |
parent | c3e0113d1ce0895477d409a05ff19819ce5aa9bc (diff) | |
download | zsh-908065190d40d76c67e2f24cc368249cfe0cd901.tar.gz zsh-908065190d40d76c67e2f24cc368249cfe0cd901.tar.xz zsh-908065190d40d76c67e2f24cc368249cfe0cd901.zip |
fixlet to avoid an empty string in an array; cause completion after cd without any matches to not report that there were no matches (16515)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ebea335e1..f88b6cda8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2002-01-30 Sven Wischnowsky <wischnow@zsh.org> + + * 16515: Completion/Zsh/Command/_cd: fixlet to avoid an empty + string in an array; cause completion after cd without any + matches to not report that there were no matches + 2002-01-29 Clint Adams <clint@zsh.org> * 16514: Completion/Unix/Command/_init_d: do not attempt |