diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-06 11:31:20 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-03-06 11:31:20 +0000 |
commit | c8f2e51007b7e3fd4bf581ca92b4ff13e7aae8ed (patch) | |
tree | f3105f741eac72cd2cf43da413509051bf965376 /ChangeLog | |
parent | d3c799c4fc51e3c547ea7e385b95a81650ebd8d7 (diff) | |
download | zsh-c8f2e51007b7e3fd4bf581ca92b4ff13e7aae8ed.tar.gz zsh-c8f2e51007b7e3fd4bf581ca92b4ff13e7aae8ed.tar.xz zsh-c8f2e51007b7e3fd4bf581ca92b4ff13e7aae8ed.zip |
another fix for completion matching, CLF_MISS in the wrong cline struct (13575)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index e25c2f070..d96af1d86 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-03-06 Sven Wischnowsky <wischnow@zsh.org> + + * 13575: Src/Zle/compmatch.c: another fix for completion matching, + CLF_MISS in the wrong cline struct + 2001-03-06 Andrej Borsenkow <bor@zsh.org> * 13544, 13568 (Peter): Completion/Core/_ignored, |