0
0
mirror of https://github.com/vim/vim.git synced 2025-10-17 07:44:28 -04:00

patch 8.2.4372: filetype detection from file contents is in legacy script

Problem:    Filetype detection from file contents is in legacy script.
Solution:   Use a compiled function for filetype detection.
This commit is contained in:
Bram Moolenaar
2022-02-13 20:32:02 +00:00
parent 75e27d78f5
commit 299d8e5eec
3 changed files with 432 additions and 421 deletions

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
4372,
/**/
4371,
/**/