about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-12-11 14:05:29 +0000
committerPeter Stephenson <pws@zsh.org>2015-12-11 14:05:29 +0000
commit1f75d7ff2cf0dbc0b8718811ee9a1f0e5eaeac1f (patch)
tree993ad576439f2aafbcd1f91259381722222078d7 /ChangeLog
parent3272bdce987a3e5d5448688529ccb8290e148a67 (diff)
downloadzsh-1f75d7ff2cf0dbc0b8718811ee9a1f0e5eaeac1f.tar.gz
zsh-1f75d7ff2cf0dbc0b8718811ee9a1f0e5eaeac1f.tar.xz
zsh-1f75d7ff2cf0dbc0b8718811ee9a1f0e5eaeac1f.zip
37386: localise mbegin, mend, match in URL magic
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdea52655..7d3255907 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-12-11  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* Functions/Zle/url-quote-magic: match, mbegin, mend should be
+	locally.
+
 2015-12-11  Oliver Kiddle  <opk@zsh.org>
 
 	* 37383: Matthew Martin: Completion/Unix/Command/_elfdump,