From 084961a857e140487a94a3a739dca2b709bb4e93 Mon Sep 17 00:00:00 2001 From: PEMessage <1165739182@qq.com> Date: Fri, 9 May 2025 20:46:11 +0800 Subject: [PATCH] fix patch error --- patch/02-disable-test-scrollbar.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/patch/02-disable-test-scrollbar.patch b/patch/02-disable-test-scrollbar.patch index 35316e4b..c805c32d 100644 --- a/patch/02-disable-test-scrollbar.patch +++ b/patch/02-disable-test-scrollbar.patch @@ -1,5 +1,5 @@ diff --git a/src/testdir/test_gui.vim b/src/testdir/test_gui.vim -index 29259345c..9cbcadcba 100644 +index 9d319960b..4f81d0a22 100644 --- a/src/testdir/test_gui.vim +++ b/src/testdir/test_gui.vim @@ -770,6 +770,9 @@ func Test_set_guioptions() @@ -9,6 +9,6 @@ index 29259345c..9cbcadcba 100644 + if v:true + throw 'Skipped: Disabling test on Vim-Appimage Repository' + endif - " this test sometimes fails on CI - let g:test_is_flaky = 1 - + " buffer with 200 lines + call setline(1, repeat(['one', 'two'], 100)) + set scrolloff=0