diff src/version.c @ 22983:1e1422df34e3 v8.2.2038

patch 8.2.2038: compiler test fails on MS-Windows Commit: https://github.com/vim/vim/commit/142f23544c7045b22e56fa6ee35808aceb6342f2 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Nov 23 21:39:14 2020 +0100 patch 8.2.2038: compiler test fails on MS-Windows Problem: Compiler test fails on MS-Windows. Solution: Sort the found compiler plugin names.
author Bram Moolenaar <Bram@vim.org>
date Mon, 23 Nov 2020 21:45:03 +0100
parents 72e0ec552189
children d768cdd50602
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2038,
+/**/
     2037,
 /**/
     2036,