Skip to content

Commit

Permalink
patch 8.2.5074: spell test fails on MS-Windows
Browse files Browse the repository at this point in the history
Problem:    Spell test fails on MS-Windows.
Solution:   Do not change 'encoding'
  • Loading branch information
brammool committed Jun 9, 2022
1 parent 35d7a2f commit ad73cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions src/testdir/test_spell_utf8.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 2 additions & 0 deletions src/version.c
Original file line number Diff line number Diff line change
Expand Up @@ -734,6 +734,8 @@ static char *(features[]) =

static int included_patches[] =
{ /* Add new patch number below this line */
/**/
5074,
/**/
5073,
/**/
Expand Down

0 comments on commit ad73cc2

Please sign in to comment.