]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 7.4.1754 v7.4.1754
authorBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2016 10:49:49 +0000 (12:49 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 20 Apr 2016 10:49:49 +0000 (12:49 +0200)
commitc3691332f72169c486066200c0f3935418364900
treecc88c3f0eeb5d4b2b145a20a148e8307e3ffa43c
parentc020042083b9c0a4e932b562c3bef97c76328e18
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)
src/fileio.c
src/testdir/test_syntax.vim
src/version.c