1
0
forked from aniani/vim

patch 8.2.1827: filetype detection does not test enough file names

Problem:    Filetype detection does not test enough file names.
Solution:   Test more file names. (Adam Stankiewicz, closes #7099)
This commit is contained in:
Bram Moolenaar
2020-10-10 21:50:25 +02:00
parent 9becdf2b98
commit 10a1a534d1
3 changed files with 107 additions and 96 deletions

View File

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