diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-18 20:35:37 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2008-09-18 20:35:37 +0000 |
commit | 1775a6ba81a4f5dbb92fd6c7a34f5cb43703bfb7 (patch) | |
tree | 14abe74cd94fae99760703517e032395bdeddc3c /ChangeLog | |
parent | a84220930c70cf700cb2870697f59a378ca9390f (diff) | |
download | zsh-1775a6ba81a4f5dbb92fd6c7a34f5cb43703bfb7.tar.gz zsh-1775a6ba81a4f5dbb92fd6c7a34f5cb43703bfb7.tar.xz zsh-1775a6ba81a4f5dbb92fd6c7a34f5cb43703bfb7.zip |
25690: fix insert-last-word on multibyte characters with Meta
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 92e0ed26a..d818348b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-09-18 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * 25690: Src/Zle/zle_hist.c: fix insertlastword not to + screw up characters in the history that needed metafication. + 2008-09-18 Peter Stephenson <pws@csr.com> * 25684: Src/prompt.c: respect trap line number rules in |