Skip to content

Commit f169996

Browse files
committed
patch 8.1.1951: mouse double click test is a bit flaky
Problem: Mouse double click test is a bit flaky. Solution: Add to list of flaky tests. Update a couple of comments.
1 parent 06fe74a commit f169996

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

src/testdir/runtest.vim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +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',
336337
\ 'Test_terminal_ansicolors_default()',
337338
\ 'Test_terminal_ansicolors_func()',
338339
\ 'Test_terminal_ansicolors_global()',

src/testdir/shared.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ func GetVimCommand(...)
272272
return cmd
273273
endfunc
274274

275-
" Get the command to run Vim, with --clean.
275+
" Get the command to run Vim, with --clean instead of "-u NONE".
276276
func GetVimCommandClean()
277277
let cmd = GetVimCommand()
278278
let cmd = substitute(cmd, '-u NONE', '--clean', '')

src/testdir/test_substitute.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ func Test_sub_cmd_3()
504504
call Run_SubCmd_Tests(tests)
505505
endfunc
506506

507-
" Test for submatch() on :substitue.
507+
" Test for submatch() on :substitute.
508508
func Test_sub_cmd_4()
509509
set magic&
510510
set cpo&

src/version.c

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

762762
static int included_patches[] =
763763
{ /* Add new patch number below this line */
764+
/**/
765+
1951,
764766
/**/
765767
1950,
766768
/**/

0 commit comments

Comments
 (0)