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 -- b...@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    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui