From dd8079e0415cf213d9bb5d41d1ad95c04b774f3a Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 25 Jul 2015 21:36:54 +0100 Subject: 35809: fix $((...)) completion by _expand widget. This changes internal quoting of the form still including tokens not to add unnecessary internal backslashes. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index b74208d2d..899ff08e5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-07-25 Peter Stephenson + * 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. -- cgit 1.4.1