Patch 8.2.3373 (after 8.2.3372)
Problem: text property test fails on MS-Windows.
Solution: Set fileformat to "unix"
Files: src/testdir/test_textprop.vim
*** ../vim-8.2.3372/src/testdir/test_textprop.vim 2021-08-25
16:40:00.063305313 +0200
--- src/testdir/test_textprop.vim 2021-08-25 17:01:01.668919137 +0200
***************
*** 858,863 ****
--- 858,864 ----
bwipe!
new
+ setlocal ff=unix
call setline(1, range(520))
call assert_equal(1491, line2byte(401))
call prop_add(2, 1, {'type': 'comment'})
*** ../vim-8.2.3372/src/version.c 2021-08-25 16:40:00.063305313 +0200
--- src/version.c 2021-08-25 17:01:44.344852883 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3373,
/**/
--
SUPERIMPOSE "England AD 787". After a few more seconds we hear hoofbeats in
the distance. They come slowly closer. Then out of the mist comes KING
ARTHUR followed by a SERVANT who is banging two half coconuts together.
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// 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/202108251503.17PF3oIW2233161%40masaka.moolenaar.net.