aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/functional/terminal/window_spec.lua18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/functional/terminal/window_spec.lua b/test/functional/terminal/window_spec.lua
index 70c234d897..eb7a67a1a6 100644
--- a/test/functional/terminal/window_spec.lua
+++ b/test/functional/terminal/window_spec.lua
@@ -2,7 +2,6 @@ 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 execute = helpers.execute
if helpers.pending_win32(pending) then return end
@@ -14,23 +13,6 @@ describe('terminal window', function()
screen = thelpers.screen_setup()
end)
- it('resets its size when entering terminal buffer', function()
- feed('<c-\\><c-n>')
- execute('set hidden')
- execute('edit foo')
- execute('doautoall SessionLoadPost')
- execute('silent bnext')
- screen:expect([[
- tty ready |
- {2: } |
- |
- |
- |
- ^ |
- :silent bnext |
- ]])
- end)
-
describe('with colorcolumn set', function()
before_each(function()
feed('<c-\\><c-n>')