mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
test(terminal): remove unnecessary string operations (#26434)
This commit is contained in:
@@ -179,7 +179,7 @@ describe(':terminal with multigrid', function()
|
||||
|
||||
before_each(function()
|
||||
clear()
|
||||
screen = thelpers.screen_setup(0,nil,50,{ext_multigrid=true})
|
||||
screen = thelpers.screen_setup(0, nil, 50, nil, {ext_multigrid=true})
|
||||
end)
|
||||
|
||||
it('resizes to requested size', function()
|
||||
|
||||
Reference in New Issue
Block a user