diff options
author | Oliver Kiddle <opk@zsh.org> | 2014-12-05 19:03:24 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2014-12-05 20:13:32 +0100 |
commit | b0a659e71062cd80af82a0a60101d2a122da8cdb (patch) | |
tree | 294d73e87e0122ef33a05a7a2770f400622611e2 /ChangeLog | |
parent | 02a8a8c7e4fea2c368098a4ea466240046200eaa (diff) | |
download | zsh-b0a659e71062cd80af82a0a60101d2a122da8cdb.tar.gz zsh-b0a659e71062cd80af82a0a60101d2a122da8cdb.tar.xz zsh-b0a659e71062cd80af82a0a60101d2a122da8cdb.zip |
33845: save correct cursor position with push-line from vi command mode
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 594f95179..7c15d969b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-12-05 Oliver Kiddle <opk@zsh.org> + + * 33845: Src/Zle/zle_hist.c: save correct cursor position with + push-line from vi command mode + 2014-12-05 Peter Stephenson <p.stephenson@samsung.com> * 33866: Completion/compinit: need multifuncdef for TRAPINT |