mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07: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 feed, clear = helpers.feed, helpers.clear
|
||||
local wait = helpers.wait
|
||||
local iswin = helpers.iswin
|
||||
|
||||
describe('terminal window', function()
|
||||
local screen
|
||||
@ -35,6 +36,10 @@ describe('terminal window', function()
|
||||
{3:-- TERMINAL --} |
|
||||
]])
|
||||
|
||||
if iswin() then
|
||||
return -- win: :terminal resize is unreliable #7007
|
||||
end
|
||||
|
||||
-- numberwidth=9
|
||||
feed([[<C-\><C-N>]])
|
||||
feed([[:set numberwidth=9 number<CR>i]])
|
||||
|
Loading…
Reference in New Issue
Block a user