diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2018-02-08 01:11:54 +0100 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2018-02-09 02:15:25 +0100 |
commit | a265334406ca9ec84732acd1fde93300ce00310b (patch) | |
tree | a2bc6b23ff7a2ff964ce1cbb5816c60938896801 /test/functional/ui/highlight_spec.lua | |
parent | dc536295875640ef5d7b28d8135d0ef72d782d5e (diff) | |
download | rneovim-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.lua | 1 |
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('>>') |