mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
Handle 'orphaned signs' on line deletion for signcolumn >= 2
This commit is contained in:
@@ -264,6 +264,24 @@ describe('Signs', function()
|
||||
{0:~ }|
|
||||
|
|
||||
]]}
|
||||
-- line deletion deletes signs.
|
||||
command('2d')
|
||||
screen:expect([[
|
||||
{1:>>}XX{2: }{6: 1 }a |
|
||||
XX{1:>>}WW{6: 2 }^c |
|
||||
{2: }{6: 3 } |
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
{0:~ }|
|
||||
|
|
||||
]])
|
||||
end)
|
||||
|
||||
it('auto-resize sign column with minimum size (#13783)', function()
|
||||
|
||||
Reference in New Issue
Block a user