summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2016-11-20 23:54:45 +0100
committerOliver Kiddle <opk@zsh.org>2016-11-20 23:59:48 +0100
commitcb5f100bd38a3b21739897fb4236db0700b39477 (patch)
tree8ad0e44d32b2bf7e7c11e05f9789b7efef2e9a3f /ChangeLog
parent39974: complete shared libraries for -e and -s options to ssh-add (diff)
downloadzsh-cb5f100bd38a3b21739897fb4236db0700b39477.tar
zsh-cb5f100bd38a3b21739897fb4236db0700b39477.tar.gz
zsh-cb5f100bd38a3b21739897fb4236db0700b39477.tar.bz2
zsh-cb5f100bd38a3b21739897fb4236db0700b39477.tar.lz
zsh-cb5f100bd38a3b21739897fb4236db0700b39477.tar.xz
zsh-cb5f100bd38a3b21739897fb4236db0700b39477.tar.zst
zsh-cb5f100bd38a3b21739897fb4236db0700b39477.zip
39986, 39989: improve handling of vi-repeat-change
Save previous vi change and throw away a new change that fails. Add zle -f vichange to allow shell widget to be a single change. Fix repeat of command where numeric arguments were multiplied.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1095a1e5c..24fb8a3f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2016-11-20 Oliver Kiddle <opk@zsh.org>
+ * 39986, 39989: Src/Zle/zle.h, Src/Zle/zle_keymap.c,
+ Src/Zle/zle_main.c, Src/Zle/zle_misc.c, Src/Zle/zle_thingy.c,
+ Src/Zle/zle_utils.c, Src/Zle/zle_vi.c, Test/X02zlevi.ztst,
+ Doc/Zsh/zle.yo, Functions/Zle/vi-pipe: make vi-repeat-change
+ work better with shell based widgets and save old change
+ when recording a new change in case the new one fails
+
* 39974: Completion/Unix/Command/_ssh: complete shared
libraries for -e and -s options to ssh-add