]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.0613: the conf filetype is used before ftdetect from packages v8.0.0613
authorBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 17:00:32 +0000 (19:00 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jun 2017 17:00:32 +0000 (19:00 +0200)
commit3e54569b17683318e0cb6693ab0024c2ad1e3e8f
tree53920e6f30fd8390d9232bd7062959c802d6ba64
parentce876aaa9a250a5a0d0e34b3a2625e51cf9bf5bb
patch 8.0.0613: the conf filetype is used before ftdetect from packages

Problem:    The conf filetype detection is done before ftdetect scripts from
            packages that are added later.
Solution:   Add the FALLBACK argument to :setfiletype. (closes #1679,
            closes #1693)
runtime/filetype.vim
src/Makefile
src/ex_docmd.c
src/testdir/test_alot.vim
src/testdir/test_filetype.vim [new file with mode: 0644]
src/version.c