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 7e0f462 commit 705918fCopy full SHA for 705918f
2 files changed
src/testdir/runtest.vim
@@ -333,7 +333,7 @@ let s:flaky_tests = [
333
\ 'Test_raw_one_time_callback()',
334
\ 'Test_reltime()',
335
\ 'Test_server_crash()',
336
- \ 'Test_term_mouse_double_click_to_create_tab',
+ \ 'Test_term_mouse_double_click_to_create_tab()',
337
\ 'Test_terminal_ansicolors_default()',
338
\ 'Test_terminal_ansicolors_func()',
339
\ 'Test_terminal_ansicolors_global()',
src/version.c
@@ -757,6 +757,8 @@ static char *(features[]) =
757
758
static int included_patches[] =
759
{ /* Add new patch number below this line */
760
+/**/
761
+ 2051,
762
/**/
763
2050,
764
0 commit comments