Problem: tests: Test_cd_completion() fails on MS-Windows with E344
Solution: Catch E344 in addition to E472 (Ken Takata)
Sometimes, Test_cd_completion fails with E344:
https://github.com/vim/vim-win32-installer/issues/446#issuecomment-
4526975345
closes: #20328
Signed-off-by: K.Takata <kentkt@csc.jp>
Signed-off-by: Christian Brabandt <cb@256bit.org>
let dir = d
" Yay! We found a suitable dir!
break
- catch /:E472:/
+ catch /:\(E472\|E344\):/
" Just skip directories where "cd" fails
continue
finally
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 531,
/**/
530,
/**/