diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-28 21:34:09 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-28 21:34:09 +0000 |
commit | 5b887fa759f503ed854c44ecc759f1596ed8a104 (patch) | |
tree | dcfd1b6fd6f0d156fdb7bb0333edaa2281442605 /ChangeLog | |
parent | 9cfdf3890632494cbaa992cbb245cdfe25793a2a (diff) | |
download | zsh-5b887fa759f503ed854c44ecc759f1596ed8a104.tar.gz zsh-5b887fa759f503ed854c44ecc759f1596ed8a104.tar.xz zsh-5b887fa759f503ed854c44ecc759f1596ed8a104.zip |
Test for matcher fix in 24127
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 644e177c2..3a9e31178 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2007-11-28 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 24128: Test/Y02compmatch.ztst: test for 24127. + * 24127: Src/Zle/compcore.c, Src/Zle/compmatch.c: fix bug with matcher 'r:|[-./_]=* r:|=* l:|=*' completing where word on command line starts after a "-". |