diff options
author | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-11 19:32:21 +0000 |
---|---|---|
committer | Peter Stephenson <pws@users.sourceforge.net> | 2011-02-11 19:32:21 +0000 |
commit | 459953f02973284288c933002fb5a9ef785b52ad (patch) | |
tree | 63503562f52cc40f54ce4267962f1f3c18dca96b /ChangeLog | |
parent | 2c31feef4d7fef24a19e633fbf50b846aeaccb34 (diff) | |
download | zsh-459953f02973284288c933002fb5a9ef785b52ad.tar.gz zsh-459953f02973284288c933002fb5a9ef785b52ad.tar.xz zsh-459953f02973284288c933002fb5a9ef785b52ad.zip |
28671: better cursor positioning after undo
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 7b759532a..f01074d31 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2011-02-11 Peter Stephenson <p.w.stephenson@ntlworld.com> + * 28671: Src/Zle/zle_utils.c: better cursor positioning + after undo. + * users/15738: Functions/Zle/modify-current-argument: better positioning of the cursor after the operation. @@ -14192,5 +14195,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5195 $ +* $Revision: 1.5196 $ ***************************************************** |