From df3c2c64a5e3dd2921719a5a31ff4197e7e3b17b Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 13 Oct 2003 17:23:01 +0000 Subject: 19185: wrong context in delete-whole-word-match --- Functions/Zle/delete-whole-word-match | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Zle/delete-whole-word-match b/Functions/Zle/delete-whole-word-match index 9f7b29128..65e0cf044 100644 --- a/Functions/Zle/delete-whole-word-match +++ b/Functions/Zle/delete-whole-word-match @@ -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 -- cgit 1.4.1