To: vim_dev@googlegroups.com Subject: Patch 8.0.1694 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1694 Problem: Terminal API test is a bit flaky. Solution: Wait longer for Vim to stop. Files: src/testdir/screendump.vim *** ../vim-8.0.1693/src/testdir/screendump.vim 2018-04-06 20:22:01.851568646 +0200 --- src/testdir/screendump.vim 2018-04-10 21:03:09.260346407 +0200 *************** *** 70,76 **** func StopVimInTerminal(buf) call assert_equal("running", term_getstatus(a:buf)) call term_sendkeys(a:buf, "\\:qa!\") ! call WaitFor('term_getstatus(' . a:buf . ') == "finished"') only! endfunc --- 70,76 ---- func StopVimInTerminal(buf) call assert_equal("running", term_getstatus(a:buf)) call term_sendkeys(a:buf, "\\:qa!\") ! call WaitFor('term_getstatus(' . a:buf . ') == "finished"', 3000) only! endfunc *** ../vim-8.0.1693/src/version.c 2018-04-10 21:16:28.226741419 +0200 --- src/version.c 2018-04-10 21:38:33.320737373 +0200 *************** *** 764,765 **** --- 764,767 ---- { /* Add new patch number below this line */ + /**/ + 1694, /**/ -- hundred-and-one symptoms of being an internet addict: 156. You forget your friend's name but not her e-mail address. /// 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 ///