diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-03 18:12:15 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-01-03 18:12:15 +0000 |
commit | 851663282a3ff6ca39412bd0ab7481b14e66f495 (patch) | |
tree | eb28a03c4b789207690875c845762183edb48213 /ChangeLog | |
parent | 80bb48a40004761fefa3f8f433b8450bda605e80 (diff) | |
download | zsh-851663282a3ff6ca39412bd0ab7481b14e66f495.tar.gz zsh-851663282a3ff6ca39412bd0ab7481b14e66f495.tar.xz zsh-851663282a3ff6ca39412bd0ab7481b14e66f495.zip |
Greg Klanderman: 26159: fix appending of kills
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 2654d7dea..2df340165 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2009-01-03 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Greg Klanderman: 26159: Src/Zle/zle_utils.c: CUT_RAW should be + CUT_REPLACE for multiple kills to append. + 2008-12-30 Clint Adams <clint@zsh.org> * 26202: Functions/Misc/run-help: show zshmodules(1) for echotc, |