Skip to content

Commit bd044f3

Browse files
authored
fix patch error (#79)
1 parent 6f43941 commit bd044f3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git a/src/testdir/test_gui.vim b/src/testdir/test_gui.vim
2-
index 29259345c..9cbcadcba 100644
2+
index 9d319960b..4f81d0a22 100644
33
--- a/src/testdir/test_gui.vim
44
+++ b/src/testdir/test_gui.vim
55
@@ -770,6 +770,9 @@ func Test_set_guioptions()
@@ -9,6 +9,6 @@ index 29259345c..9cbcadcba 100644
99
+ if v:true
1010
+ throw 'Skipped: Disabling test on Vim-Appimage Repository'
1111
+ endif
12-
" this test sometimes fails on CI
13-
let g:test_is_flaky = 1
14-
12+
" buffer with 200 lines
13+
call setline(1, repeat(['one', 'two'], 100))
14+
set scrolloff=0

0 commit comments

Comments
 (0)