Files
neovim/test/functional
Justin M. Keyes b2c066409d job-control: children_kill_cb(): do not check elapsed time
1. Don't check elapsed time in children_kill_cb(), it's already implied
   by the start-time of the timer itself.
2. Restart timer from children_kill_cb() for PTY jobs, to send SIGKILL
   after SIGTERM. There is an edge case where SIGKILL might follow
   SIGTERM too quickly, if jobstop() is called near the 2-second timer
   window.  But this edge case is not worth code complication.
2018-04-15 18:23:11 +02:00
..
2018-01-27 11:20:10 +00:00
2018-04-02 11:14:11 +03:00
2018-04-15 15:05:02 +02:00
2016-06-10 21:50:49 +03:00