diff options
Diffstat (limited to 'Functions/Zle')
-rw-r--r-- | Functions/Zle/surround | 1 |
1 files changed, 1 insertions, 0 deletions
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 |