diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2004-12-09 17:26:35 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2004-12-09 17:26:35 +0000 |
commit | 6f5b07da730ada1de1104a3c830c90ea7e6a6541 (patch) | |
tree | ced7d5cfae88b631aa65dc374d779da82b7f7920 /ChangeLog | |
parent | 4419b75dbc81eff685dcb2d812280b21e8d1e25e (diff) | |
download | zsh-6f5b07da730ada1de1104a3c830c90ea7e6a6541.tar.gz zsh-6f5b07da730ada1de1104a3c830c90ea7e6a6541.tar.xz zsh-6f5b07da730ada1de1104a3c830c90ea7e6a6541.zip |
20613: fix inconsistencies with embedded whitespace in match-words-by-style
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 464d4f1dc..169990433 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-12-09 Peter Stephenson <pws@csr.com> + * 20613: Functions/Zle/match-words-by-style: fix inconsistencies + with embedded whitespace when matching by shell words. + * 20612: Doc/Zsh/contrib.yo, Functions/Zle/match-words-by-style: options to match-words-by-style can override styles. |