diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-08 09:29:22 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-08 09:29:22 +0000 |
commit | 029483745b3db4280810cc5e0f32b4a1218fa21f (patch) | |
tree | f3db98c241f2a1ac5e8ea2375c34ed562663f2a7 /ChangeLog | |
parent | 7d17c9ca4be0ee1f2e7e983edf06868891901ae7 (diff) | |
download | zsh-029483745b3db4280810cc5e0f32b4a1218fa21f.tar.gz zsh-029483745b3db4280810cc5e0f32b4a1218fa21f.tar.xz zsh-029483745b3db4280810cc5e0f32b4a1218fa21f.zip |
better cursor positioning in words with multiple ambiguous word parts (11248)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 038269fbb..a6f7bb3a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-08 Sven Wischnowsky <wischnow@zsh.org> + + * 11248: Src/Zle/compmatch.c: better cursor positioning in words + with multiple ambiguous word parts + 2000-05-08 Tanaka Akira <akr@zsh.org> * Bart, Tanaka Akira: 11247: Don't signal to a process group which |