mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 03:15:39 +00:00
fix(column): rebuild status column when sign column is invalid
(cherry picked from commit 44d4f03573)
This commit is contained in:
committed by
github-actions[bot]
parent
2d3c825ada
commit
a5d8024b24
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user