Skip to content

Commit ad73cc2

Browse files
committed
patch 8.2.5074: spell test fails on MS-Windows
Problem: Spell test fails on MS-Windows. Solution: Do not change 'encoding'
1 parent 35d7a2f commit ad73cc2

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/testdir/test_spell_utf8.vim

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -811,9 +811,7 @@ func Test_check_empty_line()
811811
sil! norm P]svc
812812
norm P]s
813813

814-
" set 'encoding' to clear the wordt list
815-
set enc=latin1
816-
set enc=utf-8
814+
" TODO: should we clear the word list?
817815
bwipe!
818816
endfunc
819817

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -734,6 +734,8 @@ static char *(features[]) =
734734

735735
static int included_patches[] =
736736
{ /* Add new patch number below this line */
737+
/**/
738+
5074,
737739
/**/
738740
5073,
739741
/**/

0 commit comments

Comments
 (0)