aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/highlight_spec.lua
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2017-10-16 08:18:03 +0200
committerGitHub <noreply@github.com>2017-10-16 08:18:03 +0200
commit56eda2aa17c80ba380b606f9466f288fb8162dd3 (patch)
treee12a79fcca744aa392092fc31b9ed146b8123dc4 /test/functional/ui/highlight_spec.lua
parent3e502fd7d67f01f8f8e3006da255d3fba40ee961 (diff)
downloadrneovim-56eda2aa17c80ba380b606f9466f288fb8162dd3.tar.gz
rneovim-56eda2aa17c80ba380b606f9466f288fb8162dd3.tar.bz2
rneovim-56eda2aa17c80ba380b606f9466f288fb8162dd3.zip
syntax: 'cursorline': revert priority change (#7400)
ref #7383 reverts d1874ab2821d076397290cc154d87ec2dc352c79 ref #6380
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
-rw-r--r--test/functional/ui/highlight_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua
index 077b0ec14c..d1357ea525 100644
--- a/test/functional/ui/highlight_spec.lua
+++ b/test/functional/ui/highlight_spec.lua
@@ -518,7 +518,7 @@ describe("'listchars' highlight", function()
]])
feed_command('set cursorline')
screen:expect([[
- {2:^>-------.}{1:abcd}{2:.}{1:Lorem}{3:>}|
+ {2:^>-------.}{1:abcd}{2:.}{1:Lorem}{4:>}|
{5:>-------.}abcd{5:*}{4:¬} |
{4:¬} |
{4:~ }|
@@ -526,7 +526,7 @@ describe("'listchars' highlight", function()
]])
feed('$')
screen:expect([[
- {3:<}{1:r}{2:.}{1:sit}{2:.}{1:ame^t}{3:¬}{1: }|
+ {4:<}{1:r}{2:.}{1:sit}{2:.}{1:ame^t}{3:¬}{1: }|
{4:<} |
{4:<} |
{4:~ }|
@@ -607,7 +607,7 @@ describe("'listchars' highlight", function()
feed('<esc>$')
screen:expect([[
{4:<} |
- {3:<}{1:r}{2:.}{1:sit}{2:.}{1:ame^t}{3:¬}{1: }|
+ {4:<}{1:r}{2:.}{1:sit}{2:.}{1:ame^t}{3:¬}{1: }|
{4:<} |
{4:~ }|
|