1
0
forked from aniani/vim

patch 8.2.1776: filetype.vim may be loaded twice

Problem:    Filetype.vim may be loaded twice.
Solution:   Do "syntax on" after "filetype on". (Adam Stankiewicz,
            closes #7049)
This commit is contained in:
Bram Moolenaar
2020-09-30 22:45:39 +02:00
parent 8ec92c9779
commit 17bb4d4607
2 changed files with 13 additions and 11 deletions

View File

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