mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
fix(process): start pty process eof timer on main thread (#27625)
This commit is contained in:
@@ -1239,7 +1239,6 @@ describe('pty process teardown', function()
|
||||
end)
|
||||
|
||||
it('does not prevent/delay exit. #4798 #4900', function()
|
||||
skip(is_os('win'))
|
||||
-- Use a nested nvim (in :term) to test without --headless.
|
||||
fn.termopen({
|
||||
helpers.nvim_prog,
|
||||
|
||||
Reference in New Issue
Block a user