diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-29 12:42:59 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-29 12:42:59 +0000 |
commit | cd38cd40f7f81bee21c14157fc45540d538965bd (patch) | |
tree | 4bbc9d4d36187365d498ee632d9715cc0316a110 /ChangeLog | |
parent | d22ee9a5ba4fcedc63b63a0ab904b86471fcad56 (diff) | |
download | zsh-cd38cd40f7f81bee21c14157fc45540d538965bd.tar.gz zsh-cd38cd40f7f81bee21c14157fc45540d538965bd.tar.xz zsh-cd38cd40f7f81bee21c14157fc45540d538965bd.zip |
matching bugs with patterns with two anchors (11634)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 17de62c48..d86045f0a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-05-29 Sven Wischnowsky <wischnow@zsh.org> + * 11634: Src/Zle/compcore.c, Src/Zle/compmatch.c, Src/Zle/compresult.c: + matching bugs with patterns with two anchors + * 11631: Completion/Base/_arguments: keep information about things to complete in _arguments |