diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-07 09:16:37 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-04-07 09:16:37 +0000 |
commit | 920c353740f518d800e677b3477cf9068a57aeaf (patch) | |
tree | 1c7c3df57f4845e526ca134e7e81fc921d2cc91a /ChangeLog | |
parent | 2562bd3b77145fd50d5b1c4f54054fc60a53eb6c (diff) | |
download | zsh-920c353740f518d800e677b3477cf9068a57aeaf.tar.gz zsh-920c353740f518d800e677b3477cf9068a57aeaf.tar.xz zsh-920c353740f518d800e677b3477cf9068a57aeaf.zip |
cursor placed on wrong word part with ** match spec (10573)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index b1e324cb0..0ff64832b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-04-07 Sven Wischnowsky <wischnow@informatik.hu-berlin.de> + * 10573: Src/Zle/compmatch.c: cursor placed on wrong word part + with ** match spec + * 10571: Completion/Core/_main_complete, Completion/Core/_path_files: missing initialisations, -W with multiple directories didn't work |