1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01:00

unposted: set new vichange flag for surround widget

This commit is contained in:
Oliver Kiddle 2016-11-25 23:07:46 +01:00
parent a7f5db14b3
commit 5dc7b35ff6
2 changed files with 3 additions and 0 deletions

View file

@ -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>

View file

@ -19,6 +19,7 @@ local before after
local -A matching
matching=( \( \) \{ \} \< \> \[ \] )
zle -f vichange
case $WIDGET in
change-*)
local MARK="$MARK" CURSOR="$CURSOR" call