1
0
forked from aniani/vim

patch 8.2.4437: vartabs test fails on MS-Windows

Problem:    Vartabs test fails on MS-Windows.
Solution:   Use iso8859-1 'encoding'. (Ken Takata, closes #9818)
This commit is contained in:
K.Takata
2022-02-22 11:04:50 +00:00
committed by Bram Moolenaar
parent 4e889f98e9
commit 0f113e4f7b
2 changed files with 5 additions and 3 deletions

View File

@@ -445,10 +445,10 @@ endfunc
func Test_vartabstop_latin1() func Test_vartabstop_latin1()
let save_encoding = &encoding let save_encoding = &encoding
new new
set encoding=iso8859 set encoding=iso8859-1
silent norm :se  silent exe "norm :se \<C-A>\<C-C>"
set vartabstop=400 set vartabstop=400
norm i00  exe "norm i00\t\<C-D>"
bwipe! bwipe!
let &encoding = save_encoding let &encoding = save_encoding
endfunc endfunc

View File

@@ -750,6 +750,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 */
/**/
4437,
/**/ /**/
4436, 4436,
/**/ /**/