1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-01 05:16:05 +01: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

@ -1,3 +1,8 @@
2015-12-03 Daniel Shahaf <d.s@daniel.shahaf.name>
* 37295: Functions/Zle/backward-kill-word-match,
Functions/Zle/kill-word-match: Join kills
2015-12-03 Peter Stephenson <p.stephenson@samsung.com>
* unposted: Config/version.mk: update to 5.2-dev-0.

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