To: vim_dev@googlegroups.com Subject: Patch 8.0.1453 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 8.0.1453 Problem: Terminal test fails on some slow terminals. Solution: Increase timeout to 10 seconds. Files: src/testdir/test_terminal.vim *** ../vim-8.0.1452/src/testdir/test_terminal.vim 2018-02-02 18:22:27.073001060 +0100 --- src/testdir/test_terminal.vim 2018-02-02 18:29:29.859397148 +0100 *************** *** 522,528 **** " On MS-Windows there is an extra empty line below "done". Find "done" in " the last-but-one or the last-but-two line. let lnum = term_getsize(buf)[0] - 1 ! call WaitFor({-> term_getline(buf, lnum) =~ "done" || term_getline(buf, lnum - 1) =~ "done"}, 3000) let line = term_getline(buf, lnum) if line !~ 'done' let line = term_getline(buf, lnum - 1) --- 522,528 ---- " On MS-Windows there is an extra empty line below "done". Find "done" in " the last-but-one or the last-but-two line. let lnum = term_getsize(buf)[0] - 1 ! call WaitFor({-> term_getline(buf, lnum) =~ "done" || term_getline(buf, lnum - 1) =~ "done"}, 10000) let line = term_getline(buf, lnum) if line !~ 'done' let line = term_getline(buf, lnum - 1) *** ../vim-8.0.1452/src/version.c 2018-02-02 18:22:27.077001051 +0100 --- src/version.c 2018-02-02 18:30:17.675157618 +0100 *************** *** 773,774 **** --- 773,776 ---- { /* Add new patch number below this line */ + /**/ + 1453, /**/ -- GALAHAD hurries to the door and pushes through it. As he leaves the room we CUT TO the reverse to show that he is now in a room full of bathing and romping GIRLIES, all innocent, wide-eyed and beautiful. They smile enchantingly at him as he tries to keep walking without being diverted by the lovely sights assaulting his eyeballs. "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD /// 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 ///