comparison src/version.c @ 27493:3af3dee7e5d9 v8.2.4274

patch 8.2.4274: Basic and form filetype detection is incomplete Commit: https://github.com/vim/vim/commit/c570e9cf68c0fe30366e82c96be460047dd659b9 Author: Doug Kearns <dougkearns@gmail.com> Date: Mon Jan 31 17:09:14 2022 +0000 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 https://github.com/vim/vim/issues/9675)
author Bram Moolenaar <Bram@vim.org>
date Mon, 31 Jan 2022 18:15:03 +0100
parents fb4c30606b4a
children b98c20b53a2d
comparison
equal deleted inserted replaced
27492:4789f29c9595 27493:3af3dee7e5d9
744 NULL 744 NULL
745 }; 745 };
746 746
747 static int included_patches[] = 747 static int included_patches[] =
748 { /* Add new patch number below this line */ 748 { /* Add new patch number below this line */
749 /**/
750 4274,
749 /**/ 751 /**/
750 4273, 752 4273,
751 /**/ 753 /**/
752 4272, 754 4272,
753 /**/ 755 /**/