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:
zeertzjq
2023-05-03 07:21:09 +08:00
committed by GitHub
parent 9909668111
commit 62ecb05957
5 changed files with 62 additions and 3 deletions

View File

@@ -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()