about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2001-05-29 20:20:34 +0000
committerClint Adams <clint@users.sourceforge.net>2001-05-29 20:20:34 +0000
commite56c42c9fe218817b8bad84e0a279f0030bc7c7c (patch)
tree5673e66f7154709299ffe3d04b148fb6f8aec6d0 /ChangeLog
parent56528ccb661d4985776234c89355a14093063534 (diff)
downloadzsh-e56c42c9fe218817b8bad84e0a279f0030bc7c7c.tar.gz
zsh-e56c42c9fe218817b8bad84e0a279f0030bc7c7c.tar.xz
zsh-e56c42c9fe218817b8bad84e0a279f0030bc7c7c.zip
145??: repeat last vi history search if search string is blank
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index ec6d865ce..d2f5a9814 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-05-29  Clint Adams  <clint@zsh.org>
+
+	* 145??: Src/Zle/zle_hist.c: repeat last vi history search
+	if search string is empty.
+
 2001-05-29  Oliver Kiddle  <opk@zsh.org>
 
 	* unposted: Completion/compdump, Completion/BSD/Command/_cvsup,
@@ -21,7 +26,7 @@
 
 2001-05-29  Bart Schaefer  <schaefer@zsh.org>
 
-	* 1454?: INSTALL: Mention "make check" and its usage.
+	* 14545: INSTALL: Mention "make check" and its usage.
 
 2001-05-29  Chmouel Boudjnah  <chmouel@mandrakesoft.com>