diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-10-09 09:41:31 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-10-09 09:41:31 +0000 |
commit | a003c09affae598f34e846e771e7659228e1e1dc (patch) | |
tree | 1bda2d65282a477e8023961d476ed09e41baa8ed | |
parent | cab118d4d10d2cef336fdc9548c0cee129cf77d1 (diff) | |
download | zsh-a003c09affae598f34e846e771e7659228e1e1dc.tar.gz zsh-a003c09affae598f34e846e771e7659228e1e1dc.tar.xz zsh-a003c09affae598f34e846e771e7659228e1e1dc.zip |
22820: this time, fix handling of long accumulated completion line
(ChangeLog entry)
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 0f27ac0a8..8e2c59fc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,7 +14,10 @@ 2006-10-06 Peter Stephenson <pws@csr.com> - * 10791: Src/Zle/compresult.c: accumulated completions + * 22820: Src/Zle/compresult.c: no, users/10791 wasn't right + and now I'm bored so this will have to do. + + * users/10791: Src/Zle/compresult.c: accumulated completions on single line could cause border disputes resulting in skirmishes with cursor position. |