commit | 142f23544c7045b22e56fa6ee35808aceb6342f2 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 23 21:39:14 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 23 21:39:14 2020 +0100 |
tree | 4eb54a37dc772560a4782eb562bdb0e00709bc6f | |
parent | 60bc8e7244080b7ead009cfabebc3401f272ddbe [diff] [blame] |
patch 8.2.2038: compiler test fails on MS-Windows Problem: Compiler test fails on MS-Windows. Solution: Sort the found compiler plugin names.
diff --git a/src/version.c b/src/version.c index 95d4507..1f1d3a6 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2038, +/**/ 2037, /**/ 2036,