]> granicus.if.org Git - vim/commit
patch 9.0.1167: EditorConfig files do not have their own filetype v9.0.1167
authorGregory Anders <greg@gpanders.com>
Mon, 9 Jan 2023 20:08:00 +0000 (20:08 +0000)
committerBram Moolenaar <Bram@vim.org>
Mon, 9 Jan 2023 20:08:00 +0000 (20:08 +0000)
commitd41262ed06564cef98a3800e2928e6e0db91abbf
tree100b220909760a7b0d9534c84e1353126cd13c12
parent1cfb14aa972ccf3235ac67f07b7db1175b7c5384
patch 9.0.1167: EditorConfig files do not have their own filetype

Problem:    EditorConfig files do not have their own filetype.
Solution:   Add the "editorconfig" filetype. (Gregory Anders, closes #11779)
runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c