diff options
author | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-10-09 09:50:12 +0000 |
---|---|---|
committer | Sven Wischnowsky <wischnow@users.sourceforge.net> | 2001-10-09 09:50:12 +0000 |
commit | dc472db5f064afb1607617f5dc2b38b5e40b5923 (patch) | |
tree | 3920fa1b7fba6c5ccf601558d5bb319438c5fc8b /ChangeLog | |
parent | bc0f49e09be219328a3bec876172931b4e962ecd (diff) | |
download | zsh-dc472db5f064afb1607617f5dc2b38b5e40b5923.tar.gz zsh-dc472db5f064afb1607617f5dc2b38b5e40b5923.tar.xz zsh-dc472db5f064afb1607617f5dc2b38b5e40b5923.zip |
hide all but one match with the same string in the list even for unsorted groups (15991)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 52c65318d..ce4d5be92 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-10-09 Sven Wischnowsky <wischnow@zsh.org> + + * 15991: Src/Zle/compcore.c: hide all but one match with the + same string in the list even for unsorted groups + 2001-10-08 Oliver Kiddle <opk@zsh.org> * 15987: Src/Modules/tcp.c: remove includes duplicated from tcp.h |