diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-28 21:14:14 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2007-11-28 21:14:14 +0000 |
commit | 9cfdf3890632494cbaa992cbb245cdfe25793a2a (patch) | |
tree | 8df9902eaf0735c4c11a53403427e33a2a8af888 /ChangeLog | |
parent | 25647f6ce0b87b09482aca5e83cb5e3af5be1268 (diff) | |
download | zsh-9cfdf3890632494cbaa992cbb245cdfe25793a2a.tar.gz zsh-9cfdf3890632494cbaa992cbb245cdfe25793a2a.tar.xz zsh-9cfdf3890632494cbaa992cbb245cdfe25793a2a.zip |
24127: bug in matcher specs with left anchor and partial words
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index dd266aa0a..644e177c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-28 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 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 "-". + 2007-11-28 Wayne Davison <wayned@users.sourceforge.net> * unposted: Completion/Unix/Command/_rsync: Added one more |