commit | f6d9935a13a7b37272ad71761d3d86b7f40c3d5f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Apr 23 18:06:48 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Apr 23 18:06:48 2021 +0200 |
tree | eb77cad4c21714e411b52d55d69d9e2326df8631 | |
parent | 9f28416e54cefe8b6a2382d078c78f1d469e60cd [diff] [blame] |
patch 8.2.2801: free Pascal makefile not recognized Problem: Free Pascal makefile not recognized. Solution: Add the fpcmake filetype. (Doug Kearns)
diff --git a/src/version.c b/src/version.c index ebe5268..a345fc8 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2801, +/**/ 2800, /**/ 2799,