summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-11-09 16:53:23 +0100
committerOliver Kiddle <opk@zsh.org>2016-11-09 16:55:13 +0100
commit488d73c07dbbd2f2a2c6ee934aee71d4aa776c3a (patch)
treefe89dc49db1cb22ae2d48413f5a01a996246554f /ChangeLog
parentdae3116026529790588295241b5a7e57fa96b200 (diff)
downloadzsh-488d73c07dbbd2f2a2c6ee934aee71d4aa776c3a.tar.gz
zsh-488d73c07dbbd2f2a2c6ee934aee71d4aa776c3a.tar.xz
zsh-488d73c07dbbd2f2a2c6ee934aee71d4aa776c3a.zip
39884: fix history-beginning-search-menu for history lines containing a pipe character
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a223e1f1..8303a5446 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2016-11-09  Oliver Kiddle  <opk@zsh.org>
+
+	* 39884: Functions/Zle/history-beginning-search-menu:
+	fix for history lines containing a pipe character
+
 2016-11-09  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* 39882: Doc/Zsh/expn.yo: mention ${name:/pattern/replacement}