We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bd88d5 commit 4e03933Copy full SHA for 4e03933
2 files changed
src/testdir/runtest.vim
@@ -340,6 +340,7 @@ let s:flaky_tests = [
340
\ 'Test_quotestar()',
341
\ 'Test_raw_one_time_callback()',
342
\ 'Test_reltime()',
343
+ \ 'Test_popup_and_window_resize()',
344
\ 'Test_server_crash()',
345
\ 'Test_state()',
346
\ 'Test_term_mouse_double_click_to_create_tab()',
src/version.c
@@ -753,6 +753,8 @@ static char *(features[]) =
753
754
static int included_patches[] =
755
{ /* Add new patch number below this line */
756
+/**/
757
+ 2162,
758
/**/
759
2161,
760
0 commit comments