about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2015-07-25 21:36:54 +0100
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2015-07-25 21:36:54 +0100
commitdd8079e0415cf213d9bb5d41d1ad95c04b774f3a (patch)
tree8b5e346d5b1121b49caf5724ca936ab9e5fe4d9e /ChangeLog
parent771381c2ce0587d825528d49244006edf770fd47 (diff)
downloadzsh-dd8079e0415cf213d9bb5d41d1ad95c04b774f3a.tar.gz
zsh-dd8079e0415cf213d9bb5d41d1ad95c04b774f3a.tar.xz
zsh-dd8079e0415cf213d9bb5d41d1ad95c04b774f3a.zip
35809: fix $((...)) completion by _expand widget.
This changes internal quoting of the form still including tokens
not to add unnecessary internal backslashes.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b74208d2d..899ff08e5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2015-07-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 35909: Src/utils.c: fix $((...) completion in _expand by
+	normalising quoting of the math expression containing tokens.
+
 	* 35908: Src/ZLe/zle_tricky.c: fix $((...)) completion
 	by expand-or-complete widget.