about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFrank Terbeck <ft@bewatermyfriend.org>2013-04-05 20:39:52 +0200
committerFrank Terbeck <ft@bewatermyfriend.org>2013-04-05 21:05:54 +0200
commite619a7353ad32934d680140e54358c835276ca2e (patch)
treebea5f097607e1abf23da15336f4301a03bc731e8 /ChangeLog
parentabb32da0e76791dbf4aff9758caf10579b3035cb (diff)
downloadzsh-e619a7353ad32934d680140e54358c835276ca2e.tar.gz
zsh-e619a7353ad32934d680140e54358c835276ca2e.tar.xz
zsh-e619a7353ad32934d680140e54358c835276ca2e.zip
31222: Stop {up,down}-line-or-beginning-search from triggering warn_create_global
This is a followup to 30995 taking Peter's suggestions from 30997 into
account.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ad475b0aa..4bc3bc4ae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,10 @@
 	* 31221: Completion/Unix/Command/_git: Handle zero defined aliases
 	better
 
+	* 31222: Functions/Zle/down-line-or-beginning-search,
+	Functions/Zle/up-line-or-beginning-search: Don't trigger
+	warn_create_global
+
 2013-04-04  Peter Stephenson  <p.stephenson@samsung.com>
 
 	* 31203: Completion/Unix/Command/.distfiles,