summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBart Schaefer <barts@users.sourceforge.net>2000-10-09 14:27:04 +0000
committerBart Schaefer <barts@users.sourceforge.net>2000-10-09 14:27:04 +0000
commit1ea97c109fcb093245c56f5f5c44df986d139ea5 (patch)
treef7d13b7b03d7f38a842879c1594e1b14da024398
parent3f63f136103e15c1a6f50605087d692fa30d77eb (diff)
downloadzsh-1ea97c109fcb093245c56f5f5c44df986d139ea5.tar.gz
zsh-1ea97c109fcb093245c56f5f5c44df986d139ea5.zip
Tiny clarification.
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 9cb3fdeae..9196fdbc9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,7 @@
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')
+ match specs (so that `nom' can match `nomatch' in _options)
2000-10-06 Sven Wischnowsky <wischnow@zsh.org>