diff options
author | Oliver Kiddle <opk@users.sourceforge.net> | 2005-01-21 09:32:39 +0000 |
---|---|---|
committer | Oliver Kiddle <opk@users.sourceforge.net> | 2005-01-21 09:32:39 +0000 |
commit | 96427ce997aef8a6728854af60f6005a47f6e493 (patch) | |
tree | 817a548a15c09d3e0013d5e4030663946c70f463 /ChangeLog | |
parent | f8d74c1aab6e72172b25caf5a4a15cbbdb46a4f2 (diff) | |
download | zsh-96427ce997aef8a6728854af60f6005a47f6e493.tar.gz zsh-96427ce997aef8a6728854af60f6005a47f6e493.tar.xz zsh-96427ce997aef8a6728854af60f6005a47f6e493.zip |
20730: fix suffix style to regard quoted special characters as not special
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 82003b7e6..c75df5718 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-01-21 Oliver Kiddle <opk@zsh.org> + + * 20730 (modified): Completion/Base/Completer/_expand: fix + suffix style to regard quoted special characters as not special + 2005-01-19 Peter Stephenson <pws@csr.com> * 20728 (with typo fixed): configure.ac, Doc/Zsh/builtins.yo, |