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:
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user