aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/mouse_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-08-16 21:35:51 +0200
committerGitHub <noreply@github.com>2017-08-16 21:35:51 +0200
commit5b32bce73c93a64970afe0e92e0a8ba2fed88619 (patch)
tree7f55a3b3dd362fbbc59ff204287a0aae99089e5e /test/functional/terminal/mouse_spec.lua
parentcea1248f7d357252d53df946093cdab4b889e6e5 (diff)
parent9a6eb71ebaac745198fdc4cec68e51731103c3d9 (diff)
downloadrneovim-5b32bce73c93a64970afe0e92e0a8ba2fed88619.tar.gz
rneovim-5b32bce73c93a64970afe0e92e0a8ba2fed88619.tar.bz2
rneovim-5b32bce73c93a64970afe0e92e0a8ba2fed88619.zip
Merge #7007 'Windows :terminal'
References #6383 Closes #4748
Diffstat (limited to 'test/functional/terminal/mouse_spec.lua')
-rw-r--r--test/functional/terminal/mouse_spec.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/functional/terminal/mouse_spec.lua b/test/functional/terminal/mouse_spec.lua
index 9239c2ad31..29c62d7be7 100644
--- a/test/functional/terminal/mouse_spec.lua
+++ b/test/functional/terminal/mouse_spec.lua
@@ -4,8 +4,6 @@ local clear, eq, eval = helpers.clear, helpers.eq, helpers.eval
local feed, nvim = helpers.feed, helpers.nvim
local feed_data = thelpers.feed_data
-if helpers.pending_win32(pending) then return end
-
describe('terminal mouse', function()
local screen
@@ -67,6 +65,7 @@ describe('terminal mouse', function()
end)
it('will forward mouse clicks to the program', function()
+ if helpers.pending_win32(pending) then return end
feed('<LeftMouse><1,2>')
screen:expect([[
line27 |
@@ -80,6 +79,7 @@ describe('terminal mouse', function()
end)
it('will forward mouse scroll to the program', function()
+ if helpers.pending_win32(pending) then return end
feed('<ScrollWheelUp><0,0>')
screen:expect([[
line27 |
@@ -94,6 +94,7 @@ describe('terminal mouse', function()
end)
describe('with a split window and other buffer', function()
+ if helpers.pending_win32(pending) then return end
before_each(function()
feed('<c-\\><c-n>:vsp<cr>')
screen:expect([[