mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-13 11:21:13 +02:00
unposted: set new vichange flag for surround widget
This commit is contained in:
parent
a7f5db14b3
commit
5dc7b35ff6
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
2016-11-25 Oliver Kiddle <opk@zsh.org>
|
2016-11-25 Oliver Kiddle <opk@zsh.org>
|
||||||
|
|
||||||
|
* unposted: Functions/Zle/surround: set new vichange flag
|
||||||
|
|
||||||
* 40020: Completion/Unix/Command/_cscope: new completion
|
* 40020: Completion/Unix/Command/_cscope: new completion
|
||||||
|
|
||||||
2016-11-25 Laurent Arnoud <laurent@spkdev.net>
|
2016-11-25 Laurent Arnoud <laurent@spkdev.net>
|
||||||
|
|
|
@ -19,6 +19,7 @@ local before after
|
||||||
local -A matching
|
local -A matching
|
||||||
matching=( \( \) \{ \} \< \> \[ \] )
|
matching=( \( \) \{ \} \< \> \[ \] )
|
||||||
|
|
||||||
|
zle -f vichange
|
||||||
case $WIDGET in
|
case $WIDGET in
|
||||||
change-*)
|
change-*)
|
||||||
local MARK="$MARK" CURSOR="$CURSOR" call
|
local MARK="$MARK" CURSOR="$CURSOR" call
|
||||||
|
|
Loading…
Reference in a new issue