1
0
forked from aniani/vim

patch 9.0.1478: filetypes for *.v files not detected properly

Problem:    Filetypes for *.v files not detected properly.
Solution:   Use the file contents to detect the filetype. (Turiiya,
            closes #12281)
This commit is contained in:
Turiiya
2023-04-22 21:38:47 +01:00
committed by Bram Moolenaar
parent b67ba03d3e
commit 80406c2618
4 changed files with 60 additions and 3 deletions

View File

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