diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-15 09:34:11 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2000-05-15 09:34:11 +0000 |
commit | 6d4bdb661daf0b677270ba4193fd22a99745851e (patch) | |
tree | b8793932d2cb6a1701115d72c16b63158b2c1cd9 /ChangeLog | |
parent | 2bd3a0ff71e338d6e48a57c5d0928337b1dcf480 (diff) | |
download | zsh-6d4bdb661daf0b677270ba4193fd22a99745851e.tar.gz zsh-6d4bdb661daf0b677270ba4193fd22a99745851e.tar.xz zsh-6d4bdb661daf0b677270ba4193fd22a99745851e.zip |
fix for suffix-matching; better in-path completion in _path_files (11364)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 345216be8..0dc4e9548 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-05-15 Sven Wischnowsky <wischnow@zsh.org> + + * 11364: Completion/Core/_path_files, Src/Zle/compmatch.c: fix for + suffix-matching; better in-path completion in _path_files + 2000-05-15 Peter Stephenson <pws@cambridgesiliconradio.com> * 11362: Doc/Zsh/manual.yo, Doc/Zsh/metafaq.yo, Doc/Zsh/seealso.yo: |