fix(process): start pty process eof timer on main thread (#27625)

This commit is contained in:
zeertzjq
2024-02-26 09:47:49 +08:00
committed by GitHub
parent 185752614d
commit 268066e014
5 changed files with 44 additions and 32 deletions

View File

@@ -247,7 +247,6 @@ describe(':terminal buffer', function()
end)
it('requires bang (!) to close a running job #15402', function()
skip(is_os('win'), 'Test freezes the CI and makes it time out')
eq('Vim(wqall):E948: Job still running', exc_exec('wqall'))
for _, cmd in ipairs({ 'bdelete', '%bdelete', 'bwipeout', 'bunload' }) do
matches(