commit | 0b228cddc723af0c7ceb1cd73685b0b742f16713 | [log] [tgz] |
---|---|---|
author | Christopher Plewright <chris@createng.com> | Thu Nov 24 12:19:50 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Nov 24 12:19:50 2022 +0000 |
tree | 239d7994d28032b61a2f522964226f36aa9e5d10 | |
parent | e2da59851a4a24873d0db659f6adb1918bedb216 [diff] [blame] |
patch 9.0.0938: MS-Windows: debug executable not found when running test Problem: MS-Windows: debug executable not found when running test. Solution: Look for vimd.exe. (Christopher Plewright, closes #11602)
diff --git a/src/version.c b/src/version.c index c4d35c3..ca0ea28 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 938, +/**/ 937, /**/ 936,