mirror of
https://github.com/neovim/neovim.git
synced 2026-08-30 02:51:48 +00:00
test(tty-test): enable VTI and VTP on Windows (#37677)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user