diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2003-02-19 18:05:51 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2003-02-19 18:05:51 +0000 |
commit | cd220acea05cd06f7037caf715e8d67f9d36c7f4 (patch) | |
tree | 5a5d131951c32364f5889fdc3c58b46718a9d998 /ChangeLog | |
parent | 079ed781395c9b72af420adddf5309c996758be6 (diff) | |
download | zsh-cd220acea05cd06f7037caf715e8d67f9d36c7f4.tar.gz zsh-cd220acea05cd06f7037caf715e8d67f9d36c7f4.tar.xz zsh-cd220acea05cd06f7037caf715e8d67f9d36c7f4.zip |
18262: fix bug where only first match was added with expand style set to suffix
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 5c3b8c14e..dab2ab518 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-02-19 Oliver Kiddle <opk@zsh.org> + + * 18262: Completion/Base/Utility/_multi_parts: fix bug where only + the first match was added with expand style set to suffix + 2003-02-18 Oliver Kiddle <opk@zsh.org> * 18257: Completion/Unix/Command/_xmlsoft, |