diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-12 11:52:30 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-12 11:52:30 +0000 |
commit | 984bae21ba24710ff1fd24a8b9271ca4c89efbb4 (patch) | |
tree | a97700bd94da18af12fd71d1d28cf2b483907dcb /ChangeLog | |
parent | 6472a2b7bc524fbe3f543a41e8991e82e2580443 (diff) | |
download | zsh-984bae21ba24710ff1fd24a8b9271ca4c89efbb4.tar.gz zsh-984bae21ba24710ff1fd24a8b9271ca4c89efbb4.tar.xz zsh-984bae21ba24710ff1fd24a8b9271ca4c89efbb4.zip |
fixes for completion matching (11346)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 8e60c96bd..2b8552ff1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-05-12 Sven Wischnowsky <wischnow@zsh.org> + * 11346: Src/Zle/compmatch.c, Src/Zle/compresult.c: fixes for + completion matching + * 11335: Src/Zle/compcore.c: fix for compadd -x when there are no matches |