Patch 9.0.0173 (after 9.0.0169)
Problem: Assert fails only on MS-Windows.
Solution: Disable the assert for now.
Files: src/testdir/test_textprop.vim
*** ../vim-9.0.0172/src/testdir/test_textprop.vim 2022-08-08
17:08:01.991471067 +0100
--- src/testdir/test_textprop.vim 2022-08-08 18:10:55.712648133 +0100
***************
*** 932,938 ****
for nr in range(1, 1000, 7)
exe nr .. "s/longer/much more/"
endfor
! call assert_equal(22364, line2byte(998))
if a:add_props
call prop_type_delete('textprop')
--- 932,941 ----
for nr in range(1, 1000, 7)
exe nr .. "s/longer/much more/"
endfor
! " FIXME: somehow this fails on MS-Windows
! if !(a:add_props && has('win32'))
! call assert_equal(22364, line2byte(998))
! endif
if a:add_props
call prop_type_delete('textprop')
*** ../vim-9.0.0172/src/version.c 2022-08-08 17:08:01.991471067 +0100
--- src/version.c 2022-08-08 18:12:09.436199148 +0100
***************
*** 737,738 ****
--- 737,740 ----
{ /* Add new patch number below this line */
+ /**/
+ 173,
/**/
--
"Time flies like an arrow". So I put an arrow on my desk, now
awaiting one of these time flies showing up.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ 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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220808171319.2CBF91C0EC3%40moolenaar.net.