]> granicus.if.org Git - vim/commit
patch 8.1.1593: filetype not detected for C++ header files without extension v8.1.1593
authorBram Moolenaar <Bram@vim.org>
Tue, 25 Jun 2019 19:34:26 +0000 (21:34 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 25 Jun 2019 19:34:26 +0000 (21:34 +0200)
commit6a7af8e2dbcb768a768831d9e6355c855c215ebc
treebb043e1eac67343184488a7b2900137581b6bfec
parent5c381eb9e72990e4153045f4911c59b9b2194edd
patch 8.1.1593: filetype not detected for C++ header files without extension

Problem:    Filetype not detected for C++ header files without extension.
Solution:   Recognize the file by the Emacs file mode. (Dmitry Ilyin,
            closes #4593)
runtime/scripts.vim
src/testdir/test_filetype.vim
src/version.c