Patch 8.2.5074
Problem: Spell test fails on MS-Windows.
Solution: Do not change 'encoding'
Files: src/testdir/test_spell_utf8.vim
*** ../vim-8.2.5073/src/testdir/test_spell_utf8.vim 2022-06-09
19:54:18.667689786 +0100
--- src/testdir/test_spell_utf8.vim 2022-06-10 00:00:05.468718070 +0100
***************
*** 811,819 ****
sil! norm P]svc
norm P]s
! " set 'encoding' to clear the wordt list
! set enc=latin1
! set enc=utf-8
bwipe!
endfunc
--- 811,817 ----
sil! norm P]svc
norm P]s
! " TODO: should we clear the word list?
bwipe!
endfunc
*** ../vim-8.2.5073/src/version.c 2022-06-09 20:53:47.599378914 +0100
--- src/version.c 2022-06-10 00:01:41.076730636 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5074,
/**/
--
John: When I'm playing tennis with friends I always get carried away
George: You hurt your foot each time?
/// 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/20220609230342.07E0F1C071E%40moolenaar.net.