commit | 60bc8e7244080b7ead009cfabebc3401f272ddbe | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 23 21:24:58 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 23 21:24:58 2020 +0100 |
tree | 7a82d7358f602251839261648483b69c1c4547fe | |
parent | 9e40c4b15ebfbc84947a3f34b1bd53e397b57f51 [diff] [blame] |
patch 8.2.2037: compiler test depends on list of compiler plugins Problem: Compiler test depends on list of compiler plugins. Solution: Compare with the actual list of compiler plugins.
diff --git a/src/version.c b/src/version.c index 3f79d3a..95d4507 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2037, +/**/ 2036, /**/ 2035,