test(tty-test): enable VTI and VTP on Windows (#37677)

This commit is contained in:
zeertzjq
2026-02-03 08:50:27 +08:00
committed by GitHub
parent 19eb75831b
commit af4115ce2b
6 changed files with 18 additions and 23 deletions

View File

@@ -336,7 +336,6 @@ describe(':terminal window', function()
end)
it('has correct topline if scrolled by events', function()
skip(is_os('win'), '#31587')
local lines = {}
for i = 1, 10 do
table.insert(lines, 'cool line ' .. i)