]> granicus.if.org Git - vim/commitdiff
patch 8.2.4422: autochdir test fails on MS-Windows v8.2.4422
authorBram Moolenaar <Bram@vim.org>
Sat, 19 Feb 2022 14:49:51 +0000 (14:49 +0000)
committerBram Moolenaar <Bram@vim.org>
Sat, 19 Feb 2022 14:49:51 +0000 (14:49 +0000)
Problem:    Autochdir test fails on MS-Windows.
Solution:   Expecta nother error on MS-Windows.

src/testdir/test_autochdir.vim
src/version.c

index 95004d278a85c68fc73b04d996f04dc2c8f1cfb5..64747245658fc03e48ef8674c2331f0cbf75d48f 100644 (file)
@@ -113,7 +113,7 @@ endfunc
 func Test_multibyte()
   " using an invalid character should not cause a crash
   set wic
-  call assert_fails('tc *', 'E344:')
+  call assert_fails('tc *', has('win32') ? 'E480:' : 'E344:')
   set nowic
 endfunc
 
index 21fefbac4d937d62694cc2fd06a5576128551db8..2e3fa4fa0f10e723ac0a3409abc3e1266c67f605 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    4422,
 /**/
     4421,
 /**/