diff options
| author | Oliver Kiddle <opk@zsh.org> | 2016-07-17 12:09:24 +0200 |
|---|---|---|
| committer | Oliver Kiddle <opk@zsh.org> | 2016-07-17 12:09:24 +0200 |
| commit | c32bb6a11c460faeaa9fafdb7b1f9cf3d6d10325 (patch) | |
| tree | 30dc3fbf333e7aa0ec21c327b264b94f32b6d9e6 /ChangeLog | |
| parent | 38850: Simplify indexing scheme to store hooks in the order they are added (diff) | |
| download | zsh-c32bb6a11c460faeaa9fafdb7b1f9cf3d6d10325.tar zsh-c32bb6a11c460faeaa9fafdb7b1f9cf3d6d10325.tar.gz zsh-c32bb6a11c460faeaa9fafdb7b1f9cf3d6d10325.tar.bz2 zsh-c32bb6a11c460faeaa9fafdb7b1f9cf3d6d10325.tar.lz zsh-c32bb6a11c460faeaa9fafdb7b1f9cf3d6d10325.tar.xz zsh-c32bb6a11c460faeaa9fafdb7b1f9cf3d6d10325.tar.zst zsh-c32bb6a11c460faeaa9fafdb7b1f9cf3d6d10325.zip | |
38845: reset region_active before entering zle
It was done on exit but before zle-line-finish.
Also reword documentation on region to better cover vi mode.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2016-07-17 Oliver Kiddle <opk@zsh.org> + + * 38845: Src/Zle/zle_main.c, Doc/Zsh/zle.yo: reset region_active + before entering zle - it was on exit but before zle-line-finish + Also reword documentation on region to better cover vi mode + 2016-07-13 Barton E. Schaefer <schaefer@zsh.org> * 38850: Functions/Zle/add-zle-hook-widget: Simplify indexing |
