From 5dc7b35ff6edbecad8ee077de44d880eb7907a6f Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 25 Nov 2016 23:07:46 +0100 Subject: unposted: set new vichange flag for surround widget --- Functions/Zle/surround | 1 + 1 file changed, 1 insertion(+) (limited to 'Functions') 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 -- cgit 1.4.1