From 62ecb05957f43b140e7dd874e1f84e3a6fa99838 Mon Sep 17 00:00:00 2001 From: zeertzjq Date: Wed, 3 May 2023 07:21:09 +0800 Subject: 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) https://github.com/vim/vim/commit/88bb3e0a48f160134bdea98cd2b8bd3af86f9d6f --- test/functional/legacy/display_spec.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/legacy/display_spec.lua') diff --git a/test/functional/legacy/display_spec.lua b/test/functional/legacy/display_spec.lua index 4952a5c4fe..f1cd8d1aac 100644 --- a/test/functional/legacy/display_spec.lua +++ b/test/functional/legacy/display_spec.lua @@ -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() -- cgit