about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2001-07-19 08:40:36 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2001-07-19 08:40:36 +0000
commitfacff10b116622e8cb409d5b1aa6eaa7574f949d (patch)
treecf1f9806ba88aafe762663f8c4b2b1cec44c59b9 /ChangeLog
parent6a3e89d5391073cf51c459e7ab7b5c1e3b4528d4 (diff)
downloadzsh-facff10b116622e8cb409d5b1aa6eaa7574f949d.tar.gz
zsh-facff10b116622e8cb409d5b1aa6eaa7574f949d.tar.xz
zsh-facff10b116622e8cb409d5b1aa6eaa7574f949d.zip
yet another followup to 15497; make _describe filter out non-matching strings before calling compdescribe, otherwise some matches will be hiddens (15415)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1d0560fe4..b402514e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2001-07-19  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 15415: Completion/Base/Utility/_describe, Src/Zle/computil.c:
+	yet another followup to 15407; make _describe filter out
+	non-matching strings before calling compdescribe, otherwise
+	some matches will be hiddens
+
 2001-07-18  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 15409: Src/Zle/computil.c: fix for 15407; there may be sets