diff --git a/src/testdir/test_gui.vim b/src/testdir/test_gui.vim index 6b5e12c2f3..809dd3579c 100644 --- a/src/testdir/test_gui.vim +++ b/src/testdir/test_gui.vim @@ -718,8 +718,11 @@ func Test_set_guioptions() endfunc func Test_scrollbars() - new + " this test sometimes fails on CI + let g:test_is_flaky = 1 + " buffer with 200 lines + new call setline(1, repeat(['one', 'two'], 100)) set guioptions+=rlb diff --git a/src/version.c b/src/version.c index 994ddb9a8c..e590919f89 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1387, /**/ 1386, /**/