about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-09 12:50:20 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2000-10-09 12:50:20 +0000
commit3f63f136103e15c1a6f50605087d692fa30d77eb (patch)
tree2100456aaa1a0479cc576aa69a56c7a18f638b47 /ChangeLog
parentbb18608a2a3eafa09b007f47820303ac8b9e417b (diff)
downloadzsh-3f63f136103e15c1a6f50605087d692fa30d77eb.tar.gz
zsh-3f63f136103e15c1a6f50605087d692fa30d77eb.tar.xz
zsh-3f63f136103e15c1a6f50605087d692fa30d77eb.zip
prefer exact character matches over match specs (so that `nom' can match `nomatch') (12930)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8eb18827a..9cb3fdeae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-09  Sven Wischnowsky  <wischnow@zsh.org>
+
+	* 12930: Src/Zle/compmatch.c: prefer exact character matches over
+ 	match specs (so that `nom' can match `nomatch')
+	
 2000-10-06  Sven Wischnowsky  <wischnow@zsh.org>
 
 	* 12919: Completion/User/_tiff, Completion/X/_xv: search for *.tif