about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2018-01-24 17:40:56 +0000
committerPeter Stephenson <pws@zsh.org>2018-01-24 17:40:56 +0000
commit758966502caa6f91abcbaaebf2610609250de1fb (patch)
tree9673d0a7f76f5366c1c8d473c9cfd700f690609c /ChangeLog
parent110b13e1090bc31ac1352b28adc2d02b6d25a102 (diff)
downloadzsh-758966502caa6f91abcbaaebf2610609250de1fb.tar.gz
zsh-758966502caa6f91abcbaaebf2610609250de1fb.tar.xz
zsh-758966502caa6f91abcbaaebf2610609250de1fb.zip
42322 (tweaked): Fix interactive_comments history with just a coment.
Don't discard the line from the history merely because it produced
no synactic words.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3037edda4..31b0dea64 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2018-01-24  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* 42322 (tweaked): Src/hist.c, Src/zsh.h: don't discard a
+	history line with just an interactive comment simply because
+	there were no words, since the comment now doesn't produce
+	words.
+
 2018-01-23  Barton E. Schaefer  <schaefer@zsh.org>
 
 	* Joey Pabalinas: 42313: Src/subst.c: avoid null-pointer deref