aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJan Edmund Lazo <jan.lazo@mail.utoronto.ca>2021-03-20 18:08:16 -0400
committerGitHub <noreply@github.com>2021-03-20 18:08:16 -0400
commitdc8da7ba40feac55d383bfca5fe69d1f63e5abf1 (patch)
tree856bec510e9abc97a4ae9a7bf7fc44f66762d5c5 /test
parent049213b419b0b5134224be0bcd0ec2e94589c6b0 (diff)
parent79575cfe8a191dabb1352f8d75d984a7866d70fd (diff)
downloadrneovim-dc8da7ba40feac55d383bfca5fe69d1f63e5abf1.tar.gz
rneovim-dc8da7ba40feac55d383bfca5fe69d1f63e5abf1.tar.bz2
rneovim-dc8da7ba40feac55d383bfca5fe69d1f63e5abf1.zip
Merge pull request #14060 from andymass/vim-8.2.1703
[RFC] vim-patch:8.2.{1693,1703,1705}
Diffstat (limited to 'test')
-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 ef3acd7d2e..8992ee27ce 100644
--- a/test/functional/ui/highlight_spec.lua
+++ b/test/functional/ui/highlight_spec.lua
@@ -333,10 +333,10 @@ describe('highlight defaults', function()
command('highlight clear EndOfBuffer')
screen:expect{grid=[[
^ |
- ~ |
- ~ |
+ {1:~ }|
+ {1:~ }|
|
- ]], hl_groups={EndOfBuffer=0, MsgSeparator=2}}
+ ]], hl_groups={EndOfBuffer=1, MsgSeparator=2}}
end)
end)