diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-03-20 18:08:16 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-20 18:08:16 -0400 |
commit | dc8da7ba40feac55d383bfca5fe69d1f63e5abf1 (patch) | |
tree | 856bec510e9abc97a4ae9a7bf7fc44f66762d5c5 /test | |
parent | 049213b419b0b5134224be0bcd0ec2e94589c6b0 (diff) | |
parent | 79575cfe8a191dabb1352f8d75d984a7866d70fd (diff) | |
download | rneovim-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.lua | 6 |
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) |