From aa7e584ee80ca8a7107c7af59fd827a399ac93cd Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 10 Nov 2007 14:30:22 +0000 Subject: Mikael Magnusson, 24076; 24081: cancel argument processing after widget calls with general arguments --- Functions/Zle/delete-whole-word-match | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Functions/Zle/delete-whole-word-match') diff --git a/Functions/Zle/delete-whole-word-match b/Functions/Zle/delete-whole-word-match index 978b95ee7..6f1ba6697 100644 --- a/Functions/Zle/delete-whole-word-match +++ b/Functions/Zle/delete-whole-word-match @@ -9,7 +9,7 @@ # saved for future yanking in the normal way. emulate -L zsh -setopt extendedglob +setopt extendedglob xtrace local curcontext=:zle:$WIDGET local -a matched_words @@ -49,7 +49,7 @@ if [[ $WIDGET = *kill* ]]; then if [[ $LASTWIDGET = *kill* ]]; then CUTBUFFER="$CUTBUFFER$word" else - zle copy-region-as-kill "$word" + zle copy-region-as-kill -- "$word" fi fi BUFFER="${BUFFER[1,pos1]}${BUFFER[pos2,-1]}" -- cgit 1.4.1