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:
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>
|
||||
|
||||
* unposted: Functions/Zle/surround: set new vichange flag
|
||||
|
||||
* 40020: Completion/Unix/Command/_cscope: new completion
|
||||
|
||||
2016-11-25 Laurent Arnoud <laurent@spkdev.net>
|
||||
|
|
|
@ -19,6 +19,7 @@ local before after
|
|||
local -A matching
|
||||
matching=( \( \) \{ \} \< \> \[ \] )
|
||||
|
||||
zle -f vichange
|
||||
case $WIDGET in
|
||||
change-*)
|
||||
local MARK="$MARK" CURSOR="$CURSOR" call
|
||||
|
|
Loading…
Reference in a new issue