mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
feat(diagnostic): virtual_lines #31959
This commit is contained in:
committed by
GitHub
parent
d84a95da7e
commit
1759b7844a
@@ -254,11 +254,11 @@ describe('ui/ext_messages', function()
|
||||
{
|
||||
content = {
|
||||
{ '\n@character ' },
|
||||
{ 'xxx', 26, 150 },
|
||||
{ 'xxx', 26, 155 },
|
||||
{ ' ' },
|
||||
{ 'links to', 18, 5 },
|
||||
{ ' Character\n@character.special ' },
|
||||
{ 'xxx', 16, 151 },
|
||||
{ 'xxx', 16, 156 },
|
||||
{ ' ' },
|
||||
{ 'links to', 18, 5 },
|
||||
{ ' SpecialChar' },
|
||||
|
||||
Reference in New Issue
Block a user