mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 04:30:24 +02:00
37295: kill-word-match: Join kills
This commit is contained in:
parent
2ec61f3a0b
commit
253df6d4bb
3 changed files with 9 additions and 0 deletions
|
@ -32,4 +32,6 @@ while (( count-- )); do
|
|||
done=1
|
||||
done
|
||||
|
||||
zle -f 'kill'
|
||||
|
||||
return 0
|
||||
|
|
|
@ -31,4 +31,6 @@ while (( count-- )); do
|
|||
done=1
|
||||
done
|
||||
|
||||
zle -f 'kill'
|
||||
|
||||
return 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue