about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-07-25 10:45:59 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-07-25 10:45:59 +0000
commite1708022d206dfe183bbce3d03c7e5e02abc3a59 (patch)
tree2c557f74ae28f39de59fba7c75b462b19a184fd2 /ChangeLog
parenteba59194d72250402bdbb97a866ffea89ec9d7a7 (diff)
downloadzsh-e1708022d206dfe183bbce3d03c7e5e02abc3a59.tar.gz
zsh-e1708022d206dfe183bbce3d03c7e5e02abc3a59.tar.xz
zsh-e1708022d206dfe183bbce3d03c7e5e02abc3a59.zip
fixlet for 15477, don't let it remove consecutive dummy matches (15482)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3697bc10e..b18bffad1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2001-07-25  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 15482: Doc/Zsh/compwid.yo, Src/Zle/compcore.c,
+	Src/Zle/computil.c: fixlet for 15477, don't let it remove
+	consecutive dummy matches
+
 	* 15477: Completion/Base/Utility/_describe, Doc/Zsh/compwid.yo,
 	Src/Zle/comp.h, Src/Zle/compcore.c, Src/Zle/complete.c,
 	Src/Zle/complist.c, Src/Zle/compresult.c, Src/Zle/computil.c: