]> granicus.if.org Git - vim/commitdiff
patch 8.2.5074: spell test fails on MS-Windows v8.2.5074
authorBram Moolenaar <Bram@vim.org>
Thu, 9 Jun 2022 23:02:10 +0000 (00:02 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 9 Jun 2022 23:02:10 +0000 (00:02 +0100)
Problem:    Spell test fails on MS-Windows.
Solution:   Do not change 'encoding'

src/testdir/test_spell_utf8.vim
src/version.c

index f9f85a63ae99f8c77bc845dc12af1d110f2a0f77..fe8068959e2100d0febec83abdc385ede84e9044 100644 (file)
@@ -811,9 +811,7 @@ func Test_check_empty_line()
   sil! norm P]svc
   norm P]s
 
-  " set 'encoding' to clear the wordt list
-  set enc=latin1
-  set enc=utf-8
+  " TODO: should we clear the word list?
   bwipe!
 endfunc
 
index 092d563446da5aa704247a8b20244966b6a92d60..a2a2d756cdf842f25fc942fab65eadeb5117e47b 100644 (file)
@@ -734,6 +734,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    5074,
 /**/
     5073,
 /**/