summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Functions/Zle/surround1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ec718973..0c8e81776 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2016-11-25 Oliver Kiddle <opk@zsh.org>
+ * unposted: Functions/Zle/surround: set new vichange flag
+
* 40020: Completion/Unix/Command/_cscope: new completion
2016-11-25 Laurent Arnoud <laurent@spkdev.net>
diff --git a/Functions/Zle/surround b/Functions/Zle/surround
index 348ceecc2..b51b77c04 100644
--- a/Functions/Zle/surround
+++ b/Functions/Zle/surround
@@ -19,6 +19,7 @@ local before after
local -A matching
matching=( \( \) \{ \} \< \> \[ \] )
+zle -f vichange
case $WIDGET in
change-*)
local MARK="$MARK" CURSOR="$CURSOR" call