diff options
| author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2019-04-09 20:45:37 +0200 |
|---|---|---|
| committer | Peter Stephenson <p.stephenson@samsung.com> | 2019-04-10 09:41:04 +0100 |
| commit | c5519372808d78519e1bac2db165d19a34534f74 (patch) | |
| tree | 45e5f952339bb9c97bb62e0f2907f5626ffc7186 /ChangeLog | |
| parent | 44202: Rewrite to use memmove() for possibly overlapping copy (diff) | |
| download | zsh-c5519372808d78519e1bac2db165d19a34534f74.tar zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.gz zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.bz2 zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.lz zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.xz zsh-c5519372808d78519e1bac2db165d19a34534f74.tar.zst zsh-c5519372808d78519e1bac2db165d19a34534f74.zip | |
44215: Maintain LASTWIDGET across reset-prompt.
This avoids side effects of asynchronous notifications.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2019-04-10 Peter Stephenson <p.stephenson@samsung.com> + * Roman Perepelitsa: 44215: Doc/Zsh/zle.yo, + Src/Zle/iwidgets.list, Src/Zle/zle.h, Src/Zle/zle_main.c, + Src/Zle/zle_thingy.c, Src/Zle/zle_utils.c, Src/Zle/zle_vi.c: + Maintain LASTWIDGET across reset-prompt, avoiding side effects + of asynchronous notifications. + * 44202: Src/Zle/compctl.c: Rewrite to use memmove() for possibly overlapping copy. |
