summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorElwardi <elwardifadeli@gmail.com>2022-01-11 18:14:23 +0000
committerBram Moolenaar <Bram@vim.org>2022-01-11 18:14:23 +0000
commit2284f6cca384e0ccc352bfec7277dc26386cac3d (patch)
tree1062cf2ce54b2bb7cef3d981268f18335e2aa69d /src/version.c
parentb8822442d716df0230c79531132e530e95cc17e3 (diff)
downloadvim-git-2284f6cca384e0ccc352bfec7277dc26386cac3d.tar.gz
patch 8.2.4064: foam files are not detectedv8.2.4064
Problem: Foam files are not detected. Solution: Detect the foam filetype by the path and file contents. (Mohammed Elwardi Fadeli, closes #9501)
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 731a6543f..5f28da33d 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 */
/**/
+ 4064,
+/**/
4063,
/**/
4062,