neovim/test/functional/autocmd
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
..
autocmd_spec.lua functests: Fix linter errors 2017-04-09 03:31:13 +03:00
bufenter_spec.lua window.c: do BufEnter in correct window after closing help #7431 2017-12-10 14:55:59 +01:00
cmdline_spec.lua msg: do not scroll entire screen (#8088) 2018-03-31 11:12:27 +02:00
dirchanged_spec.lua DirChanged: support <buffer> (#8140) 2018-03-16 07:29:20 +01:00
filetype_spec.lua vim-patch-8.0.0649 and vim-patch-8.0.0650: autocmd open help 2 times 2018-02-17 00:02:16 +05:30
tabclose_spec.lua api: change nvim_command_output behavior 2018-01-10 23:45:44 +01:00
tabnew_spec.lua Windows: enable more tests 2017-01-13 01:17:12 +01:00
tabnewentered_spec.lua api: change nvim_command_output behavior 2018-01-10 23:45:44 +01:00
termclose_spec.lua job-control: children_kill_cb(): do not check elapsed time 2018-04-15 18:23:11 +02:00
textyankpost_spec.lua functests: Fix linter errors 2017-04-09 03:31:13 +03:00