changeset 29107:6b0e4f2ba8ff v8.2.5074

patch 8.2.5074: spell test fails on MS-Windows Commit: https://github.com/vim/vim/commit/ad73cc2ff2a8b5397ed20598757b702a4e686256 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Jun 10 00:02:10 2022 +0100 patch 8.2.5074: spell test fails on MS-Windows Problem: Spell test fails on MS-Windows. Solution: Do not change 'encoding'
author Bram Moolenaar <Bram@vim.org>
date Fri, 10 Jun 2022 01:15:03 +0200
parents 6d92e90279e6
children e5b1a1fd25b6
files src/testdir/test_spell_utf8.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_spell_utf8.vim
+++ b/src/testdir/test_spell_utf8.vim
@@ -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
 
--- a/src/version.c
+++ b/src/version.c
@@ -735,6 +735,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    5074,
+/**/
     5073,
 /**/
     5072,