Mercurial > vim
comparison src/version.c @ 8937:da4f6e238374 v7.4.1754
commit https://github.com/vim/vim/commit/c3691332f72169c486066200c0f3935418364900
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Apr 20 12:49:49 2016 +0200
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)
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 20 Apr 2016 13:00:06 +0200 |
parents | 219d80fee92f |
children | 36cb3aff8c1c |
comparison
equal
deleted
inserted
replaced
8936:bc20d67a4479 | 8937:da4f6e238374 |
---|---|
746 NULL | 746 NULL |
747 }; | 747 }; |
748 | 748 |
749 static int included_patches[] = | 749 static int included_patches[] = |
750 { /* Add new patch number below this line */ | 750 { /* Add new patch number below this line */ |
751 /**/ | |
752 1754, | |
751 /**/ | 753 /**/ |
752 1753, | 754 1753, |
753 /**/ | 755 /**/ |
754 1752, | 756 1752, |
755 /**/ | 757 /**/ |