aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/scrollback_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-08-16 01:04:34 +0200
committerJustin M. Keyes <justinkz@gmail.com>2017-08-16 09:13:45 +0200
commit9a6eb71ebaac745198fdc4cec68e51731103c3d9 (patch)
treeaa87b7c287b2232b8e7a068f9d54a3454591f1d9 /test/functional/terminal/scrollback_spec.lua
parentdbb404542b3dc165e8186c839b5071f6511f8f8e (diff)
downloadrneovim-9a6eb71ebaac745198fdc4cec68e51731103c3d9.tar.gz
rneovim-9a6eb71ebaac745198fdc4cec68e51731103c3d9.tar.bz2
rneovim-9a6eb71ebaac745198fdc4cec68e51731103c3d9.zip
test/win: give up on this one
Diffstat (limited to 'test/functional/terminal/scrollback_spec.lua')
-rw-r--r--test/functional/terminal/scrollback_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/terminal/scrollback_spec.lua b/test/functional/terminal/scrollback_spec.lua
index acfa92e2f0..af9b414311 100644
--- a/test/functional/terminal/scrollback_spec.lua
+++ b/test/functional/terminal/scrollback_spec.lua
@@ -139,6 +139,7 @@ describe('terminal scrollback', function()
describe('and height decreased by 1', function()
+ if helpers.pending_win32(pending) then return end
local function will_hide_top_line()
feed([[<C-\><C-N>:]]) -- Go to cmdline-mode, so cursor is at bottom.
screen:try_resize(screen._width - 2, screen._height - 1)