diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index c606cacd2..9b41b46f1 100644 --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -329,7 +329,6 @@ let s:flaky_tests = [ \ 'Test_paused()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()', - \ 'Test_popup_and_window_resize()', \ 'Test_quoteplus()', \ 'Test_quotestar()', \ 'Test_raw_one_time_callback()', diff --git a/src/version.c b/src/version.c index 5e40a1fa4..568852bbd 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1842, /**/ 1841, /**/