diff src/version.c @ 24523:71bd205c72f5 v8.2.2801

patch 8.2.2801: free Pascal makefile not recognized Commit: https://github.com/vim/vim/commit/f6d9935a13a7b37272ad71761d3d86b7f40c3d5f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 23 18:06:48 2021 +0200 patch 8.2.2801: free Pascal makefile not recognized Problem: Free Pascal makefile not recognized. Solution: Add the fpcmake filetype. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Apr 2021 18:15:04 +0200
parents 3efc5cb6a404
children 887121a6d7cf
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 */
 /**/
+    2801,
+/**/
     2800,
 /**/
     2799,