diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-31 06:13:50 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-31 06:13:50 +0000 |
commit | fb6bcb7364f67955dff0cbe3a979d3ab1c6804ac (patch) | |
tree | a226933a206ebff348286eba4dbe8e83743d8b07 /ChangeLog | |
parent | 3beeb8a6fddac8af7dd2a31335c2ce97c3d60e82 (diff) | |
download | zsh-fb6bcb7364f67955dff0cbe3a979d3ab1c6804ac.tar.gz zsh-fb6bcb7364f67955dff0cbe3a979d3ab1c6804ac.tar.xz zsh-fb6bcb7364f67955dff0cbe3a979d3ab1c6804ac.zip |
fix for ignore-line style (11679)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 9af3d33ea..e15903a44 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-05-31 Sven Wischnowsky <wischnow@zsh.org> + * 11679: Src/Zle/compcore.c: fix for ignore-line style + * 11678: Completion/Base/_arguments: avoid reporting the same ->state more than once |