Skip to content

Commit 705918f

Browse files
committed
patch 8.1.2051: double-click test is a bit flaky
Problem: Double-click test is a bit flaky. Solution: Correct entry in list of flaky tests.
1 parent 7e0f462 commit 705918f

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ let s:flaky_tests = [
333333
\ 'Test_raw_one_time_callback()',
334334
\ 'Test_reltime()',
335335
\ 'Test_server_crash()',
336-
\ 'Test_term_mouse_double_click_to_create_tab',
336+
\ 'Test_term_mouse_double_click_to_create_tab()',
337337
\ 'Test_terminal_ansicolors_default()',
338338
\ 'Test_terminal_ansicolors_func()',
339339
\ 'Test_terminal_ansicolors_global()',

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -757,6 +757,8 @@ static char *(features[]) =
757757

758758
static int included_patches[] =
759759
{ /* Add new patch number below this line */
760+
/**/
761+
2051,
760762
/**/
761763
2050,
762764
/**/

0 commit comments

Comments
 (0)