diff src/version.c @ 27070:b353bd9faec8 v8.2.4064

patch 8.2.4064: foam files are not detected Commit: https://github.com/vim/vim/commit/2284f6cca384e0ccc352bfec7277dc26386cac3d Author: Elwardi <elwardifadeli@gmail.com> Date: Tue Jan 11 18:14:23 2022 +0000 patch 8.2.4064: foam files are not detected Problem: Foam files are not detected. Solution: Detect the foam filetype by the path and file contents. (Mohammed Elwardi Fadeli, closes #9501)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Jan 2022 19:15:04 +0100
parents 6a4fc2e6e6eb
children 0878d7c64140
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 */
 /**/
+    4064,
+/**/
     4063,
 /**/
     4062,