mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-11 15:37:29 +02:00
patch 9.2.0531: tests: Test_cd_completion() fails on MS-Windows with E344
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>
This commit is contained in:
committed by
Christian Brabandt
parent
010a71bb60
commit
98401467a9
@@ -263,7 +263,7 @@ func Test_cd_completion()
|
||||
let dir = d
|
||||
" Yay! We found a suitable dir!
|
||||
break
|
||||
catch /:E472:/
|
||||
catch /:\(E472\|E344\):/
|
||||
" Just skip directories where "cd" fails
|
||||
continue
|
||||
finally
|
||||
|
||||
@@ -729,6 +729,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
531,
|
||||
/**/
|
||||
530,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user