1
0
forked from aniani/vim

patch 7.4.1754

Problem:    When 'filetype' was set and reloading a buffer which does not
            cause it to be set, the syntax isn't loaded. (KillTheMule)
Solution:   Remember whether the FileType event was fired and fire it if not.
            (Anton Lindqvist, closes #747)
This commit is contained in:
Bram Moolenaar
2016-04-20 12:49:49 +02:00
parent c020042083
commit c3691332f7
3 changed files with 45 additions and 0 deletions

View File

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