fix(column): rebuild status column when sign column is invalid

(cherry picked from commit 44d4f03573)
This commit is contained in:
Luuk van Baal
2023-04-19 00:19:26 +02:00
committed by github-actions[bot]
parent 2d3c825ada
commit a5d8024b24
4 changed files with 20 additions and 9 deletions

View File

@@ -648,6 +648,14 @@ describe('statuscolumn', function()
2 aaaaa |
|
]])
-- In all windows
command('wincmd v | set ls=0')
command('sign place 1 line=2 name=sign')
screen:expect([[
1 ^aaaaa │1 aaaaa |
2 ssaaaaa │2 ssaaaaa |
|
]])
end)
it("is only evaluated twice, once to estimate and once to draw", function()