diff src/version.c @ 20959:2023b9a5c161 v8.2.1031

patch 8.2.1031: build failure with Perl5.32 Commit: https://github.com/vim/vim/commit/f5433fbfe4324fd443664fb924116b5ed675bef5 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 21 20:06:54 2020 +0200 patch 8.2.1031: build failure with Perl5.32 Problem: Build failure with Perl5.32. Solution: Define a few more functions. (Felix Yan, closes https://github.com/vim/vim/issues/6310)
author Bram Moolenaar <Bram@vim.org>
date Sun, 21 Jun 2020 20:15:03 +0200
parents 2f2bc98a8dfb
children 0e01976dfd3b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1031,
+/**/
     1030,
 /**/
     1029,