summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 899ff08e5..bffa104bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2015-07-25  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
+	* 35910: Src/input.c: Don't add to raw lex buffer if lex
+	stopped.  Fixes crash on completion of incomplete
+	math expresion e.g. '$((3*4)'.
+
 	* 35909: Src/utils.c: fix $((...) completion in _expand by
 	normalising quoting of the math expression containing tokens.