mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
test: unskip more terminal tests on Windows (#26315)
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user