diff options
author | Bart Schaefer <barts@users.sourceforge.net> | 2000-10-09 14:27:04 +0000 |
---|---|---|
committer | Bart Schaefer <barts@users.sourceforge.net> | 2000-10-09 14:27:04 +0000 |
commit | 1ea97c109fcb093245c56f5f5c44df986d139ea5 (patch) | |
tree | f7d13b7b03d7f38a842879c1594e1b14da024398 | |
parent | 3f63f136103e15c1a6f50605087d692fa30d77eb (diff) | |
download | zsh-1ea97c109fcb093245c56f5f5c44df986d139ea5.tar.gz zsh-1ea97c109fcb093245c56f5f5c44df986d139ea5.tar.xz zsh-1ea97c109fcb093245c56f5f5c44df986d139ea5.zip |
Tiny clarification.
-rw-r--r-- | ChangeLog | 2 |
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> |