test: unskip more terminal tests on Windows (#26315)

This commit is contained in:
zeertzjq
2023-11-30 10:55:21 +08:00
committed by GitHub
parent 62dff43947
commit 85be914879
2 changed files with 10 additions and 8 deletions

View File

@@ -261,7 +261,6 @@ describe(':terminal buffer', function()
end)
it('it works with set rightleft #11438', function()
skip(is_os('win'))
local columns = eval('&columns')
feed(string.rep('a', columns))
command('set rightleft')