summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-04-23 18:06:48 +0200
committerBram Moolenaar <Bram@vim.org>2021-04-23 18:06:48 +0200
commitf6d9935a13a7b37272ad71761d3d86b7f40c3d5f (patch)
treeeb77cad4c21714e411b52d55d69d9e2326df8631 /src/version.c
parent9f28416e54cefe8b6a2382d078c78f1d469e60cd (diff)
downloadvim-git-f6d9935a13a7b37272ad71761d3d86b7f40c3d5f.tar.gz
patch 8.2.2801: free Pascal makefile not recognizedv8.2.2801
Problem: Free Pascal makefile not recognized. Solution: Add the fpcmake filetype. (Doug Kearns)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index ebe526879..a345fc8c3 100644
--- 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,