From: zeertzjq Date: Thu, 11 Jul 2024 19:48:09 +0000 (+0200) Subject: patch 9.1.0562: tests: inconsistency in test_findfile.vim X-Git-Tag: v9.1.0562^0 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e7b98ab96e1f1bd12032c620615a2c69adbf018d;p=thirdparty%2Fvim.git patch 9.1.0562: tests: inconsistency in test_findfile.vim Problem: tests: inconsistency in test_findfile.vim, it saves and restores 'shellslash', but doesn't actually set it Solution: Set shellslash explicitly (zeertzjq) closes: #15217 Signed-off-by: zeertzjq Signed-off-by: Christian Brabandt --- diff --git a/src/testdir/test_findfile.vim b/src/testdir/test_findfile.vim index 20d5096132..311020e26d 100644 --- a/src/testdir/test_findfile.vim +++ b/src/testdir/test_findfile.vim @@ -133,6 +133,7 @@ func Test_finddir() let save_shellslash = &shellslash let save_dir = getcwd() set path=,, + set shellslash call CreateFiles() cd Xfinddir1 diff --git a/src/version.c b/src/version.c index 15fc77584d..39c29b0649 100644 --- a/src/version.c +++ b/src/version.c @@ -704,6 +704,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 562, /**/ 561, /**/