1
0
forked from aniani/vim

patch 8.2.0360: yaml files are only recognized by the file extension

Problem:    Yaml files are only recognized by the file extension.
Solution:   Check for a line starting with "%YAML". (Jason Franklin)
This commit is contained in:
Bram Moolenaar
2020-03-06 22:25:56 +01:00
parent ba2920fe97
commit 8eab731328
3 changed files with 7 additions and 0 deletions

View File

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