1
0
forked from aniani/vim

patch 8.1.0507: .raml files not properly detected

Problem:    .raml files not properly detected.
Solution:   Recognize .raml as raml instead of yaml. (closes #3594)
This commit is contained in:
Bram Moolenaar
2018-11-03 19:52:15 +01:00
parent 9691f82f86
commit da1c11c641
3 changed files with 10 additions and 4 deletions

View File

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