mirror of
https://github.com/neovim/neovim.git
synced 2025-11-17 15:51:32 +00:00
test(windows): unskip working tests (#25153)
Also simplify home detection with os_homedir()
This commit is contained in:
@@ -36,7 +36,6 @@ describe(':edit term://*', function()
|
||||
end)
|
||||
|
||||
it("runs TermOpen early enough to set buffer-local 'scrollback'", function()
|
||||
if helpers.skip(helpers.is_os('win')) then return end
|
||||
local columns, lines = 20, 4
|
||||
local scr = get_screen(columns, lines)
|
||||
local rep = 97
|
||||
|
||||
Reference in New Issue
Block a user