fix(drawline): correct highlight priority with Visual selection (#30706)

This commit is contained in:
zeertzjq
2024-10-08 06:24:36 +08:00
committed by GitHub
parent 88085c2e80
commit 376de1483e
4 changed files with 55 additions and 44 deletions

View File

@@ -1964,7 +1964,7 @@ describe('extmark decorations', function()
]]}
end)
pending('highlight applies to a full TAB in visual block mode', function()
it('highlight applies to a full TAB in visual block mode', function()
screen:try_resize(50, 8)
command('hi! Visual guifg=NONE guibg=LightGrey')
api.nvim_buf_set_lines(0, 0, -1, true, {'asdf', '\tasdf', '\tasdf', '\tasdf', 'asdf'})