commit | 98989a00145cc4f5783bcc12a2968a2f716eabb9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 12:06:30 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 26 12:06:30 2021 +0100 |
tree | 6e172dd66c3370f21d8d2922d4c3aef494ba64bb | |
parent | ff0e57fe77b1a87a034191c629730b081f6fb7ad [diff] [blame] |
patch 8.2.2411: profile test fails on MS-Windows Problem: Profile test fails on MS-Windows. Solution: Do the profiling in a separate Vim command.
diff --git a/src/version.c b/src/version.c index 7a25bc0..086d79f 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2411, +/**/ 2410, /**/ 2409,