forked from aniani/vim
patch 8.2.4422: autochdir test fails on MS-Windows
Problem: Autochdir test fails on MS-Windows. Solution: Expecta nother error on MS-Windows.
This commit is contained in:
@@ -113,7 +113,7 @@ endfunc
|
|||||||
func Test_multibyte()
|
func Test_multibyte()
|
||||||
" using an invalid character should not cause a crash
|
" using an invalid character should not cause a crash
|
||||||
set wic
|
set wic
|
||||||
call assert_fails('tc <20><><EFBFBD><EFBFBD><EFBFBD>*', 'E344:')
|
call assert_fails('tc <20><><EFBFBD><EFBFBD><EFBFBD>*', has('win32') ? 'E480:' : 'E344:')
|
||||||
set nowic
|
set nowic
|
||||||
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 */
|
||||||
|
/**/
|
||||||
|
4422,
|
||||||
/**/
|
/**/
|
||||||
4421,
|
4421,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user