commit | a0122dcd1cc9e9bb62c071a9b91426a8bce4f8d9 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 17:42:24 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jan 12 17:42:24 2021 +0100 |
tree | ef586f6cb1068f0dd84b7d08f7492348d1f91a90 | |
parent | cb6cbf29e97b7abdeb1e6cbdc5e735f5b55e97a1 [diff] [blame] |
patch 8.2.2334: Pascal-like filetypes not always detected Problem: Pascal-like filetypes not always detected. Solution: Improved Puppet, InstantFPC and Pascal detection. (Doug Kearns, closes #7662)
diff --git a/src/version.c b/src/version.c index 390c1f9..7566a39 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2334, +/**/ 2333, /**/ 2332,