v1.3.56
- Fix
kill %non a backgrounded compound command (e.g.(while true; do ...; done) &) waiting for whatever it was currently running to finish naturally before actually stopping the job. It now kills the currently-running process immediately, matching bash.