mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
Mikael Magnusson, 24076; 24081: cancel argument processing after widget
calls with general arguments
This commit is contained in:
parent
50c2a44e71
commit
aa7e584ee8
5 changed files with 15 additions and 5 deletions
|
@ -22,7 +22,7 @@ while (( count-- )); do
|
|||
if [[ -n $done || $LASTWIDGET = *kill* ]]; then
|
||||
CUTBUFFER="$CUTBUFFER$word"
|
||||
else
|
||||
zle copy-region-as-kill $word
|
||||
zle copy-region-as-kill -- $word
|
||||
fi
|
||||
RBUFFER=${(j..)matched_words[6,7]}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue