From: Bram Moolenaar Date: Thu, 9 Jun 2022 23:02:10 +0000 (+0100) Subject: patch 8.2.5074: spell test fails on MS-Windows X-Git-Tag: v8.2.5074 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ad73cc2ff2a8b5397ed20598757b702a4e686256;p=thirdparty%2Fvim.git patch 8.2.5074: spell test fails on MS-Windows Problem: Spell test fails on MS-Windows. Solution: Do not change 'encoding' --- diff --git a/src/testdir/test_spell_utf8.vim b/src/testdir/test_spell_utf8.vim index f9f85a63ae..fe8068959e 100644 --- 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 diff --git a/src/version.c b/src/version.c index 092d563446..a2a2d756cd 100644 --- a/src/version.c +++ b/src/version.c @@ -734,6 +734,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 5074, /**/ 5073, /**/