diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-08 09:25:24 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-06-08 09:25:24 +0000 |
commit | a95d0518267c37905f7cbab651429147a3dcd85a (patch) | |
tree | 3a74b5f92fe08ff8da81a35e5a91861af6b9fb0a /ChangeLog | |
parent | 0526e9b5c7212706efdc0c0ff18485f1561c7cf7 (diff) | |
download | zsh-a95d0518267c37905f7cbab651429147a3dcd85a.tar.gz zsh-a95d0518267c37905f7cbab651429147a3dcd85a.tar.xz zsh-a95d0518267c37905f7cbab651429147a3dcd85a.zip |
more anchor matching fixes (11817)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 050655dc5..b8addbf7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2000-06-08 Sven Wischnowsky <wischnow@zsh.org> + * 11817: Src/Zle/compmatch.c: more anchor matching fixes + * 11815: Completion/Core/_expand, Doc/Zsh/compsys.yo: trying to improve _expand; new keep-prefix style, add-space gives more control |