diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-14 17:52:05 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2002-06-14 17:52:05 +0000 |
commit | 98307b767c106690123c83f608ab51dc461c66ae (patch) | |
tree | 47eea978db5d6c0b5979d99b51af5cb6f22c3209 /ChangeLog | |
parent | 2cf42676cc483c553a810ba99d1337340c46d6b5 (diff) | |
download | zsh-98307b767c106690123c83f608ab51dc461c66ae.tar.gz zsh-98307b767c106690123c83f608ab51dc461c66ae.tar.xz zsh-98307b767c106690123c83f608ab51dc461c66ae.zip |
17318: ${(z)...} added an extra space when the lexical analyser failed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fdc27b467..1a2eea3a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2002-06-14 Peter Stephenson <pws@csr.com> + + * 17318: Src/hist.c: ${(z)...} appended an extra space when the + lexical analyser failed. + 2002-06-07 Peter Stephenson <pws@csr.com> * 17304: Src/Zle/zle_main.c, Doc/Zsh/zle.yo: (suggested by Bart) |