summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-06-10 00:02:10 +0100
committerBram Moolenaar <Bram@vim.org>2022-06-10 00:02:10 +0100
commitad73cc2ff2a8b5397ed20598757b702a4e686256 (patch)
treed45b65f8441dbdedb29aaca0b9c3e996724bb312
parent35d7a2fb13fc833aa1b654ca6fd6e429e72e6b49 (diff)
downloadvim-git-8.2.5074.tar.gz
patch 8.2.5074: spell test fails on MS-Windowsv8.2.5074
Problem: Spell test fails on MS-Windows. Solution: Do not change 'encoding'
-rw-r--r--src/testdir/test_spell_utf8.vim4
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/testdir/test_spell_utf8.vim b/src/testdir/test_spell_utf8.vim
index f9f85a63a..fe8068959 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 092d56344..a2a2d756c 100644
--- 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,