forked from aniani/vim
patch 8.2.5074: spell test fails on MS-Windows
Problem: Spell test fails on MS-Windows. Solution: Do not change 'encoding'
This commit is contained in:
@@ -811,9 +811,7 @@ func Test_check_empty_line()
|
|||||||
sil! norm P]svc
|
sil! norm P]svc
|
||||||
norm P]s
|
norm P]s
|
||||||
|
|
||||||
" set 'encoding' to clear the wordt list
|
" TODO: should we clear the word list?
|
||||||
set enc=latin1
|
|
||||||
set enc=utf-8
|
|
||||||
bwipe!
|
bwipe!
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
@@ -734,6 +734,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
5074,
|
||||||
/**/
|
/**/
|
||||||
5073,
|
5073,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user