diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-28 14:27:25 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-28 14:27:25 +0000 |
commit | 4c7469778a16c5ce575355440ccca10fdcd8d5dc (patch) | |
tree | 791e7241a21f3582dd50cba8b9bb86a749e868ac /ChangeLog | |
parent | 04bf39bf2eb70bc3284459407c56196da02f280c (diff) | |
download | zsh-4c7469778a16c5ce575355440ccca10fdcd8d5dc.tar.gz zsh-4c7469778a16c5ce575355440ccca10fdcd8d5dc.tar.xz zsh-4c7469778a16c5ce575355440ccca10fdcd8d5dc.zip |
make _complete return the right value (12109)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 288238f58..d4a2d5cc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-06-28 Sven Wischnowsky <wischnow@zsh.org> + * 12109: Completion/Core/_complete: make _complete return the + right value + * 12107: Completion/Core/_setup, Src/Zle/complist.c: fix for list-colors handling |