diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-15 15:38:36 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-09-15 15:38:36 +0000 |
commit | 0d4a9f65f73c7854cc831e11f71bdbe51b401bd6 (patch) | |
tree | 0a3660f30e86c636b3ba3a4838d5151690e92ead /ChangeLog | |
parent | bb3628e898331edcd82da5d6291ef7c8812be267 (diff) | |
download | zsh-0d4a9f65f73c7854cc831e11f71bdbe51b401bd6.tar.gz zsh-0d4a9f65f73c7854cc831e11f71bdbe51b401bd6.tar.xz zsh-0d4a9f65f73c7854cc831e11f71bdbe51b401bd6.zip |
22713: word end in math completion context was screwy
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 189581db3..9c88a4196 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-09-15 Peter Stephenson <pws@csr.com> + * 22713: Src/Zle/zle_tricky.c: word end in math completion context + was screwy. + * 22710: README, Doc/Zsh/expn.yo, Src/prompt.c, Src/subst.c, Src/utils.c: assume width 1 for control characters; don't crash if width of repeated padding string is 0. |