mirror of
https://github.com/neovim/neovim.git
synced 2026-04-24 00:05:36 +00:00
fix(ui): don't crash if maximum UI count reached (#37636)
This commit is contained in:
@@ -299,7 +299,7 @@ end)
|
||||
|
||||
describe('--embed --listen UI', function()
|
||||
it('waits for connection on listening address', function()
|
||||
t.skip(t.is_os('win'))
|
||||
t.skip(t.is_os('win'), 'n.connect() hangs on Windows')
|
||||
clear()
|
||||
local child_server = assert(n.new_pipename())
|
||||
fn.jobstart({
|
||||
|
||||
Reference in New Issue
Block a user