1
0
forked from aniani/vim

patch 8.0.0613: the conf filetype is used before ftdetect from packages

Problem:    The conf filetype detection is done before ftdetect scripts from
            packages that are added later.
Solution:   Add the FALLBACK argument to :setfiletype. (closes #1679,
            closes #1693)
This commit is contained in:
Bram Moolenaar
2017-06-04 19:00:32 +02:00
parent ce876aaa9a
commit 3e54569b17
6 changed files with 84 additions and 9 deletions

View File

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