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 03b0047 commit 3c8cd4aCopy full SHA for 3c8cd4a
2 files changed
src/testdir/runtest.vim
@@ -341,6 +341,7 @@ let s:flaky_tests = [
341
\ 'Test_raw_one_time_callback()',
342
\ 'Test_reltime()',
343
\ 'Test_server_crash()',
344
+ \ 'Test_state()',
345
\ 'Test_term_mouse_double_click_to_create_tab()',
346
\ 'Test_terminal_ansicolors_default()',
347
\ 'Test_terminal_ansicolors_func()',
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
+ 2151,
758
/**/
759
2150,
760
0 commit comments