diff options
author | Oliver Kiddle <opk@zsh.org> | 2014-11-15 21:31:29 +0100 |
---|---|---|
committer | Oliver Kiddle <opk@zsh.org> | 2014-11-15 21:31:29 +0100 |
commit | 13f3eec61dd806682141d45520fb4a08726831e0 (patch) | |
tree | 4d8c2b2543b2876ef1f37657362517c957229443 /ChangeLog | |
parent | f26abf3a1733b31e2f24c15b07e7c64b1659d95d (diff) | |
download | zsh-13f3eec61dd806682141d45520fb4a08726831e0.tar.gz zsh-13f3eec61dd806682141d45520fb4a08726831e0.tar.xz zsh-13f3eec61dd806682141d45520fb4a08726831e0.zip |
33696: simple up/down line widgets that don't go through history lines
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index ef22cb5eb..50b0fb881 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2014-11-15 Oliver Kiddle <opk@zsh.org> + * 33696: Doc/Zsh/zle.yo, Src/Zle/iwidgets.list, Src/Zle/zle_hist.c: + simple up/down line widgets that don't go through history lines + * 33695: Src/Zle/zle_vi.c, Test/X02zlevi.ztst, Test/comptest: fix various vi-indent problems and vi-swap-case on a blank line |