aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/highlight_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-02-09 11:46:13 +0100
committerGitHub <noreply@github.com>2018-02-09 11:46:13 +0100
commita6052c7307414045fbe2f55cd0c6a5017eb9f68e (patch)
tree1416000d6727c12a2df0f10236a09598ac6b312c /test/functional/ui/highlight_spec.lua
parentdc536295875640ef5d7b28d8135d0ef72d782d5e (diff)
parent7229493eb171138b850404d486ccbe2943d0c497 (diff)
downloadrneovim-a6052c7307414045fbe2f55cd0c6a5017eb9f68e.tar.gz
rneovim-a6052c7307414045fbe2f55cd0c6a5017eb9f68e.tar.bz2
rneovim-a6052c7307414045fbe2f55cd0c6a5017eb9f68e.zip
Merge #7984 'defaults: sidescroll=1'
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
-rw-r--r--test/functional/ui/highlight_spec.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua
index 2252e3580f..95fb2ce21c 100644
--- a/test/functional/ui/highlight_spec.lua
+++ b/test/functional/ui/highlight_spec.lua
@@ -905,6 +905,7 @@ describe("'winhighlight' highlight", function()
end)
it('background applies also to non-text', function()
+ command('set sidescroll=0')
insert('Lorem ipsum dolor sit amet ')
command('set shiftwidth=2')
feed('>>')