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:
parent
a190add859
commit
df3c2c64a5
2 changed files with 4 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue