about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2006-10-06 16:49:27 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2006-10-06 16:49:27 +0000
commite9fbed31698ef0591c53248f60e922cd8ae3bf2d (patch)
treeae6bd36c7d6507031bd6d1d5e9280ccdcc74c101 /ChangeLog
parent3cd621b7a3fb66c212d0fcd692fc2204aa0852a6 (diff)
downloadzsh-e9fbed31698ef0591c53248f60e922cd8ae3bf2d.tar.gz
zsh-e9fbed31698ef0591c53248f60e922cd8ae3bf2d.tar.xz
zsh-e9fbed31698ef0591c53248f60e922cd8ae3bf2d.zip
22820: this time, fix handling of long accumulated completion line
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c9ba931c3..836e20cdc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2006-10-06  Peter Stephenson  <pws@csr.com>
 
+	* 22820: Src/Zle/compresult.c: no, users/10791 wasn't right
+	and now I'm bored so this will have to do.
+
 	* 10791: Src/Zle/compresult.c: accumulated completions
 	on single line could cause border disputes resulting in
 	skirmishes with cursor position.