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()
let save_encoding = &encoding
new
set encoding=iso8859
silent norm :se 
set encoding=iso8859-1
silent exe "norm :se \<C-A>\<C-C>"
set vartabstop=400
norm i00 
exe "norm i00\t\<C-D>"
bwipe!
let &encoding = save_encoding
endfunc

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4437,
/**/
4436,
/**/