mirror of
https://github.com/neovim/neovim.git
synced 2025-10-01 07:28:34 +00:00
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 vim/vim#747)
c3691332f7
This commit is contained in:
@@ -689,7 +689,7 @@ static int included_patches[] = {
|
||||
1757,
|
||||
// 1756 NA
|
||||
1755,
|
||||
// 1754,
|
||||
1754,
|
||||
1753,
|
||||
// 1753,
|
||||
// 1752,
|
||||
|
Reference in New Issue
Block a user