diff options
author | Stephane Chazelas <stephane.chazelas@gmail.com> | 2018-05-16 22:02:51 +0100 |
---|---|---|
committer | Oliver Kiddle <okiddle@yahoo.co.uk> | 2018-05-17 23:42:27 +0200 |
commit | 5ac1c6f555cff38499e0a6ac80b338df4ebe3047 (patch) | |
tree | 42db6d43f75d744f9c16092f4b6a078401deb57f /ChangeLog | |
parent | afec5fb1360ea2dff19abe8ac7bfd10ccb4c5926 (diff) | |
download | zsh-5ac1c6f555cff38499e0a6ac80b338df4ebe3047.tar.gz zsh-5ac1c6f555cff38499e0a6ac80b338df4ebe3047.tar.xz zsh-5ac1c6f555cff38499e0a6ac80b338df4ebe3047.zip |
42790: make [[:blank:]] match non-ASCII blanks
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0d5a95d86..ac2acf349 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2018-05-17 Oliver Kiddle <okiddle@yahoo.co.uk> + * Stephane: 42790: Doc/Zsh/expn.yo, NEWS, Src/pattern.c, + configure.ac: make [[:blank:]] match non-ASCII blanks + * 42784: Completion/Zsh/Command/_typeset: complete -s and -x options to the functions builtin |