about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2015-08-12 17:59:38 +0200
committerOliver Kiddle <opk@zsh.org>2015-08-12 18:06:01 +0200
commit4f509c6201968e1e283dbcf34a40a4cb2dea4267 (patch)
treea1dec1a03546034977c8fd4e2e78d42c3fa15017 /ChangeLog
parentf17eb26a34af69a2238a3d8b46079445e09c096e (diff)
downloadzsh-4f509c6201968e1e283dbcf34a40a4cb2dea4267.tar.gz
zsh-4f509c6201968e1e283dbcf34a40a4cb2dea4267.tar.xz
zsh-4f509c6201968e1e283dbcf34a40a4cb2dea4267.zip
36125: don't set history context in get-line
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 556a137da..468ba8f1e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2015-08-12  Oliver Kiddle <opk@zsh.org>
 
+	* 36125: Src/Zle/zle_hist.c: don't set history context in get-line
+
 	* 35834 (tweaked): Src/Zle/zle_misc.c: strip a final newline from
 	pasted text: inserting is hard to tell apart from accepting it