commit | 2284f6cca384e0ccc352bfec7277dc26386cac3d | [log] [tgz] |
---|---|---|
author | Elwardi <elwardifadeli@gmail.com> | Tue Jan 11 18:14:23 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 11 18:14:23 2022 +0000 |
tree | 1062cf2ce54b2bb7cef3d981268f18335e2aa69d | |
parent | b8822442d716df0230c79531132e530e95cc17e3 [diff] [blame] |
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)
diff --git a/src/version.c b/src/version.c index 731a654..5f28da3 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4064, +/**/ 4063, /**/ 4062,