mirror of
https://github.com/neovim/neovim.git
synced 2024-12-22 12:15:06 -07:00
b2c066409d
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. |
||
---|---|---|
.. | ||
autocmd_spec.lua | ||
bufenter_spec.lua | ||
cmdline_spec.lua | ||
dirchanged_spec.lua | ||
filetype_spec.lua | ||
tabclose_spec.lua | ||
tabnew_spec.lua | ||
tabnewentered_spec.lua | ||
termclose_spec.lua | ||
textyankpost_spec.lua |