1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-27 04:40:59 +01:00

19185: wrong context in delete-whole-word-match

This commit is contained in:
Peter Stephenson 2003-10-13 17:23:01 +00:00
parent a190add859
commit df3c2c64a5
2 changed files with 4 additions and 1 deletions

View file

@ -11,7 +11,7 @@
emulate -L zsh
setopt extendedglob
local curcontext=:zle:delete-whole-word
local curcontext=:zle:$WIDGET
local -a matched_words
# Start and end of range of characters to remove.
integer pos1 pos2