about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorSven Wischnowsky <wischnow@users.sourceforge.net>2002-03-07 08:38:44 +0000
committerSven Wischnowsky <wischnow@users.sourceforge.net>2002-03-07 08:38:44 +0000
commit6bfc325a94de11952079c703d7fc23efa7d14241 (patch)
treeee079258b58cb5761e1ea202a8f5ff52578474d9 /ChangeLog
parent179006f49515992aafb7312780adb41dd2ada9e5 (diff)
downloadzsh-6bfc325a94de11952079c703d7fc23efa7d14241.tar.gz
zsh-6bfc325a94de11952079c703d7fc23efa7d14241.tar.xz
zsh-6bfc325a94de11952079c703d7fc23efa7d14241.zip
don't try to build the redirection string for the loops (for, foreach, select) (16776)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b2cb341ac..2190ee882 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2002-03-07  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* 16776: Src/Zle/zle_tricky.c: don't try to build the
+	redirection string for the loops (for, foreach, select)
+
 	* 16774: Functions/Misc/zrecompile: make zrecompile show the
 	error messages from zcompile unless the -q option is given