From 5825d2f6cabc852dcbf5367d631b7c6cf4516d68 Mon Sep 17 00:00:00 2001 From: luukvbaal Date: Fri, 12 May 2023 02:17:38 +0200 Subject: test(scroll_opt): fix typo in porting oldtest (#23593) --- test/functional/legacy/display_spec.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/functional') diff --git a/test/functional/legacy/display_spec.lua b/test/functional/legacy/display_spec.lua index f59eac7674..feb2662100 100644 --- a/test/functional/legacy/display_spec.lua +++ b/test/functional/legacy/display_spec.lua @@ -202,7 +202,7 @@ describe('display', function() exec([[ set display=lastline smoothscroll scrolloff=0 call setline(1, [ - \'aaaaa'->repeat(500), + \'aaaaa'->repeat(150), \'bbbbb '->repeat(7) .. 'ccccc '->repeat(7) .. 'ddddd '->repeat(7) \]) ]]) @@ -220,7 +220,7 @@ describe('display', function() aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa| aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa| aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa| - ^aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa| + ^aaaaaaaaaaaaaaa | | ]]) -- The correct part of the last line is moved into view. -- cgit