Patch 8.0.0415 (after 8.0.0414)
Problem: Balloon test fails on MS-Windows.
Solution: Test with 0x7fffffff instead of 0xffffffff.
Files: src/testdir/test_gui.vim
*** ../vim-8.0.0414/src/testdir/test_gui.vim 2017-03-05 13:27:21.657200851
+0100
--- src/testdir/test_gui.vim 2017-03-05 13:46:38.904512441 +0100
***************
*** 155,163 ****
" Since p_bdelay is of type long currently, the upper bound can be
" impractically huge and machine-dependent. Practically, it's sufficient
! " to check if balloondelay works with 0xffffffff (32 bits) for now.
! set balloondelay=4294967295
! call assert_equal(4294967295, &balloondelay)
let &balloondelay = balloondelay_saved
endfunc
--- 155,163 ----
" Since p_bdelay is of type long currently, the upper bound can be
" impractically huge and machine-dependent. Practically, it's sufficient
! " to check if balloondelay works with 0x7fffffff (32 bits) for now.
! set balloondelay=2147483647
! call assert_equal(2147483647, &balloondelay)
let &balloondelay = balloondelay_saved
endfunc
*** ../vim-8.0.0414/src/version.c 2017-03-05 13:27:21.657200851 +0100
--- src/version.c 2017-03-05 13:43:04.494125396 +0100
***************
*** 766,767 ****
--- 766,769 ----
{ /* Add new patch number below this line */
+ /**/
+ 415,
/**/
--
hundred-and-one symptoms of being an internet addict:
52. You ask a plumber how much it would cost to replace the chair in front of
your computer with a toilet.
/// 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.