1
0
Fork 0
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:
Daniel Shahaf 2015-12-03 23:31:08 +00:00
parent 2ec61f3a0b
commit 253df6d4bb
3 changed files with 9 additions and 0 deletions

View file

@ -32,4 +32,6 @@ while (( count-- )); do
done=1
done
zle -f 'kill'
return 0

View file

@ -31,4 +31,6 @@ while (( count-- )); do
done=1
done
zle -f 'kill'
return 0