commit | 022f9ef16c955d6b5fca0f53b79899c56a3966c5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 17:36:31 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jul 02 17:36:31 2022 +0100 |
tree | 8528160f0a3d3d24887d3d548951deb07f71a0d9 | |
parent | 2d2950198231a31bf87c1cd4322099cc36b0bb93 [diff] [blame] |
patch 9.0.0028: MS-Windows: tests fail if there is a "runtime" directory Problem: MS-Windows: tests fail if there is a stray "runtime" directory. Solution: Only use a "runtime" directory if it contains "defaults.vim".
diff --git a/src/version.c b/src/version.c index 4585915..77be61c 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 28, +/**/ 27, /**/ 26,