mirror of
https://github.com/neovim/neovim.git
synced 2026-04-25 16:54:12 +00:00
fix(api): make getting explicit empty hl in virtual text work (#28697)
This commit is contained in:
@@ -1569,7 +1569,7 @@ describe('API/extmarks', function()
|
||||
sign_text = '>>',
|
||||
spell = true,
|
||||
virt_lines = {
|
||||
{ { 'lines', 'Macro' }, { '???' } },
|
||||
{ { 'lines', 'Macro' }, { '???' }, { ';;;', '' } },
|
||||
{ { 'stack', { 'Type', 'Search' } }, { '!!!' } },
|
||||
},
|
||||
virt_lines_above = true,
|
||||
@@ -1604,7 +1604,7 @@ describe('API/extmarks', function()
|
||||
sign_text = '>>',
|
||||
spell = true,
|
||||
virt_lines = {
|
||||
{ { 'lines', 'Macro' }, { '???' } },
|
||||
{ { 'lines', 'Macro' }, { '???' }, { ';;;', '' } },
|
||||
{ { 'stack', { 'Type', 'Search' } }, { '!!!' } },
|
||||
},
|
||||
virt_lines_above = true,
|
||||
|
||||
Reference in New Issue
Block a user