diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-09 11:46:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-09 11:46:13 +0100 |
commit | a6052c7307414045fbe2f55cd0c6a5017eb9f68e (patch) | |
tree | 1416000d6727c12a2df0f10236a09598ac6b312c /test/functional/ui/mouse_spec.lua | |
parent | dc536295875640ef5d7b28d8135d0ef72d782d5e (diff) | |
parent | 7229493eb171138b850404d486ccbe2943d0c497 (diff) | |
download | rneovim-a6052c7307414045fbe2f55cd0c6a5017eb9f68e.tar.gz rneovim-a6052c7307414045fbe2f55cd0c6a5017eb9f68e.tar.bz2 rneovim-a6052c7307414045fbe2f55cd0c6a5017eb9f68e.zip |
Merge #7984 'defaults: sidescroll=1'
Diffstat (limited to 'test/functional/ui/mouse_spec.lua')
-rw-r--r-- | test/functional/ui/mouse_spec.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/ui/mouse_spec.lua b/test/functional/ui/mouse_spec.lua index 13820af3b8..e5708d51ef 100644 --- a/test/functional/ui/mouse_spec.lua +++ b/test/functional/ui/mouse_spec.lua @@ -3,6 +3,7 @@ local Screen = require('test.functional.ui.screen') local clear, feed, meths = helpers.clear, helpers.feed, helpers.meths local insert, feed_command = helpers.insert, helpers.feed_command local eq, funcs = helpers.eq, helpers.funcs +local command = helpers.command describe('ui/mouse/input', function() local screen @@ -706,6 +707,7 @@ describe('ui/mouse/input', function() end) it('horizontal scrolling', function() + command('set sidescroll=0') feed("<esc>:set nowrap<cr>") feed("a <esc>20Ab<esc>") |