Patch 7.4.2242 (after 7.4.2240)
Problem: Timer test sometimes fails.
Solution: Increase the maximum time for callback timer test.
Files: src/testdir/test_timers.vim
*** ../vim-7.4.2241/src/testdir/test_timers.vim 2016-08-22 22:02:51.954934369
+0200
--- src/testdir/test_timers.vim 2016-08-22 22:46:58.839448614 +0200
***************
*** 57,63 ****
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
! call assert_inrange(50, 100, slept)
else
call assert_inrange(20, 100, slept)
endif
--- 57,63 ----
let slept = WaitFor('g:val == 1')
call assert_equal(1, g:val)
if has('reltime')
! call assert_inrange(50, 130, slept)
else
call assert_inrange(20, 100, slept)
endif
*** ../vim-7.4.2241/src/version.c 2016-08-22 22:02:51.954934369 +0200
--- src/version.c 2016-08-22 22:46:13.939845636 +0200
***************
*** 765,766 ****
--- 765,768 ----
{ /* Add new patch number below this line */
+ /**/
+ 2242,
/**/
--
ERROR 047: Keyboard not found. Press RETURN to continue.
/// Bram Moolenaar -- [email protected] -- 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 [email protected].
For more options, visit https://groups.google.com/d/optout.