1
0
forked from aniani/vim

patch 8.2.2384: turtle filetype not recognized

Problem:    Turtle filetype not recognized.
Solution:   Add a rule to detect turtle files. (closes #7722)
This commit is contained in:
Bram Moolenaar
2021-01-21 14:45:13 +01:00
parent ccb47a2899
commit 5e6a7aa2b2
3 changed files with 26 additions and 2 deletions

View File

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