mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test/win: partially disable :terminal resize test (#7453)
This commit is contained in:
parent
7b0ceb3726
commit
3a938fff09
@ -2,6 +2,7 @@ local helpers = require('test.functional.helpers')(after_each)
|
|||||||
local thelpers = require('test.functional.terminal.helpers')
|
local thelpers = require('test.functional.terminal.helpers')
|
||||||
local feed, clear = helpers.feed, helpers.clear
|
local feed, clear = helpers.feed, helpers.clear
|
||||||
local wait = helpers.wait
|
local wait = helpers.wait
|
||||||
|
local iswin = helpers.iswin
|
||||||
|
|
||||||
describe('terminal window', function()
|
describe('terminal window', function()
|
||||||
local screen
|
local screen
|
||||||
@ -35,6 +36,10 @@ describe('terminal window', function()
|
|||||||
{3:-- TERMINAL --} |
|
{3:-- TERMINAL --} |
|
||||||
]])
|
]])
|
||||||
|
|
||||||
|
if iswin() then
|
||||||
|
return -- win: :terminal resize is unreliable #7007
|
||||||
|
end
|
||||||
|
|
||||||
-- numberwidth=9
|
-- numberwidth=9
|
||||||
feed([[<C-\><C-N>]])
|
feed([[<C-\><C-N>]])
|
||||||
feed([[:set numberwidth=9 number<CR>i]])
|
feed([[:set numberwidth=9 number<CR>i]])
|
||||||
|
Loading…
Reference in New Issue
Block a user