commit | c570e9cf68c0fe30366e82c96be460047dd659b9 | [log] [tgz] |
---|---|---|
author | Doug Kearns <dougkearns@gmail.com> | Mon Jan 31 17:09:14 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jan 31 17:09:14 2022 +0000 |
tree | 4b724d150784fe1f440e57c808ca5f305f590806 | |
parent | c4573eb12dba6a062af28ee0b8938d1521934ce4 [diff] [blame] |
patch 8.2.4274: Basic and form filetype detection is incomplete Problem: Basic and form filetype detection is incomplete. Solution: Add a separate function for .frm files. (Doug Kearns, closes #9675)
diff --git a/src/version.c b/src/version.c index 4c9c594..921f076 100644 --- a/src/version.c +++ b/src/version.c
@@ -747,6 +747,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 4274, +/**/ 4273, /**/ 4272,