To: vim_dev@googlegroups.com Subject: Patch 8.1.1951 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.1.1951 Problem: Mouse double click test is a bit flaky. Solution: Add to list of flaky tests. Update a couple of comments. Files: src/testdir/runtest.vim, src/testdir/shared.vim, src/testdir/test_substitute.vim *** ../vim-8.1.1950/src/testdir/runtest.vim 2019-08-16 21:47:23.870692859 +0200 --- src/testdir/runtest.vim 2019-08-17 18:23:59.015344844 +0200 *************** *** 333,338 **** --- 333,339 ---- \ 'Test_raw_one_time_callback()', \ 'Test_reltime()', \ 'Test_server_crash()', + \ 'Test_term_mouse_double_click_to_create_tab', \ 'Test_terminal_ansicolors_default()', \ 'Test_terminal_ansicolors_func()', \ 'Test_terminal_ansicolors_global()', *** ../vim-8.1.1950/src/testdir/shared.vim 2019-08-12 14:20:30.075043332 +0200 --- src/testdir/shared.vim 2019-08-14 20:46:34.092342081 +0200 *************** *** 272,278 **** return cmd endfunc ! " Get the command to run Vim, with --clean. func GetVimCommandClean() let cmd = GetVimCommand() let cmd = substitute(cmd, '-u NONE', '--clean', '') --- 272,278 ---- return cmd endfunc ! " Get the command to run Vim, with --clean instead of "-u NONE". func GetVimCommandClean() let cmd = GetVimCommand() let cmd = substitute(cmd, '-u NONE', '--clean', '') *** ../vim-8.1.1950/src/testdir/test_substitute.vim 2019-05-20 20:34:48.347791448 +0200 --- src/testdir/test_substitute.vim 2019-08-08 22:29:03.897572823 +0200 *************** *** 504,510 **** call Run_SubCmd_Tests(tests) endfunc ! " Test for submatch() on :substitue. func Test_sub_cmd_4() set magic& set cpo& --- 504,510 ---- call Run_SubCmd_Tests(tests) endfunc ! " Test for submatch() on :substitute. func Test_sub_cmd_4() set magic& set cpo& *** ../vim-8.1.1950/src/version.c 2019-08-31 15:27:59.005773198 +0200 --- src/version.c 2019-08-31 17:47:57.413276190 +0200 *************** *** 763,764 **** --- 763,766 ---- { /* Add new patch number below this line */ + /**/ + 1951, /**/ -- hundred-and-one symptoms of being an internet addict: 149. You find your computer sexier than your girlfriend /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///