mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
vim-patch:9.0.1506: line number not displayed when using 'smoothscroll' (#23453)
Problem: Line number not displayed when using 'smoothscroll'.
Solution: Adjust condition for showing the line number. (closes vim/vim#12333)
88bb3e0a48
This commit is contained in:
@@ -195,7 +195,7 @@ describe('display', function()
|
||||
run_test_display_lastline(true)
|
||||
end)
|
||||
|
||||
-- oldtest: Test_display_long_lastline
|
||||
-- oldtest: Test_display_long_lastline()
|
||||
it('display "lastline" shows correct text when end of wrapped line is deleted', function()
|
||||
local screen = Screen.new(35, 14)
|
||||
screen:attach()
|
||||
|
||||
Reference in New Issue
Block a user