1
0
Fork 0
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:
Peter Stephenson 2007-11-10 14:30:22 +00:00
parent 50c2a44e71
commit aa7e584ee8
5 changed files with 15 additions and 5 deletions

View file

@ -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