about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-10 08:36:32 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-10 08:36:32 +0000
commit7bb0338a78ceebaa8d9a4713ed4a1088411a317b (patch)
tree1967d81178169ca5b741d23bede01b1fed6f8efd /ChangeLog
parent1ea97c109fcb093245c56f5f5c44df986d139ea5 (diff)
downloadzsh-7bb0338a78ceebaa8d9a4713ed4a1088411a317b.tar.gz
zsh-7bb0338a78ceebaa8d9a4713ed4a1088411a317b.tar.xz
zsh-7bb0338a78ceebaa8d9a4713ed4a1088411a317b.zip
follow-up to 12930, make it first try exact character matches, but enable it to go back to try match specs if it fails after accepting such character matches (12941)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9196fdbc9..8c193b3a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-10-10  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 12941: Src/Zle/compmatch.c: follow-up to 12930, make it first
+ 	try exact character matches, but enable it to go back to try match
+ 	specs if it fails after accepting such character matches
+	
 2000-10-09  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 12930: Src/Zle/compmatch.c: prefer exact character matches over