aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/highlight_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2018-02-08 01:11:54 +0100
committerJustin M. Keyes <justinkz@gmail.com>2018-02-09 02:15:25 +0100
commita265334406ca9ec84732acd1fde93300ce00310b (patch)
treea2bc6b23ff7a2ff964ce1cbb5816c60938896801 /test/functional/ui/highlight_spec.lua
parentdc536295875640ef5d7b28d8135d0ef72d782d5e (diff)
downloadrneovim-a265334406ca9ec84732acd1fde93300ce00310b.tar.gz
rneovim-a265334406ca9ec84732acd1fde93300ce00310b.tar.bz2
rneovim-a265334406ca9ec84732acd1fde93300ce00310b.zip
defaults: sidescroll=1
ref #6289
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('>>')