1
0
forked from aniani/vim

patch 9.0.1601: filetype detection fails for *.conf file without comments

Problem:    Filetype detection fails for *.conf file without comments.
            (Dmitrii Tcyganok)
Solution:   Use "conf" filetype as a fallback for an empty .conf file.
            (closes #12487, closes #12483)
This commit is contained in:
zeertzjq
2023-06-03 17:56:30 +01:00
committed by Bram Moolenaar
parent f0e68c0e2a
commit 664fd12aa2
3 changed files with 7 additions and 3 deletions

View File

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