diff options
author | Oliver Kiddle <opk@zsh.org> | 2016-04-14 15:52:50 +0200 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2016-04-14 15:52:50 +0200 |
commit | 267f945ffee8b7820e1e9dc7f483d1ddac3870bf (patch) | |
tree | c95c2e1080aa53bf24e96ea54147ffc4124b4538 /ChangeLog | |
parent | c7eead3950d3d53dd0c4012b272aef024f7a4ea3 (diff) | |
download | zsh-267f945ffee8b7820e1e9dc7f483d1ddac3870bf.tar.gz zsh-267f945ffee8b7820e1e9dc7f483d1ddac3870bf.tar.xz zsh-267f945ffee8b7820e1e9dc7f483d1ddac3870bf.zip |
38287: fix position for the end of a visual selection range for the cursor on an empty last line in the buffer
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index f58749919..35081c284 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2016-04-14 Oliver Kiddle <opk@zsh.org> + * 38287: Src/Zle/zle_vi.c: fix position for the end of a visual + selection range for the cursor on an empty last line in the buffer + * 38286: Src/Zle/zle_misc.c: cursor correction following yank-pop is only applicable to vi command mode |