commit | d55bfcaa9b140c50cddf56a2c614f05f2f6f2533 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Thu Nov 10 18:21:30 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 10 18:21:30 2022 +0000 |
tree | 32ef4773c8883bdc76f7ae8f8e2935e43138f5f1 | |
parent | 09a93e3e66689c691a00fce25e4ce310d81edaee [diff] [blame] |
patch 9.0.0856: MS-Windows: executable not found when running test Problem: MS-Windows: executable not found when running individual test. Solution: Also look for vimd.exe. (Christopher Plewright, closes #11525)
diff --git a/src/version.c b/src/version.c index acade23..50f6709 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 856, +/**/ 855, /**/ 854,