home: vim: ftdetect: fix obsolete comment
This commit is contained in:
parent
bddcab110d
commit
9546c00124
|
@ -1,4 +1,4 @@
|
||||||
-- Use Automake filetype for `local.am` files, explicit `set` to force override
|
-- Use Automake filetype for `local.am` files
|
||||||
vim.filetype.add({
|
vim.filetype.add({
|
||||||
filename = {
|
filename = {
|
||||||
["local.am"] = "automake",
|
["local.am"] = "automake",
|
||||||
|
|
Loading…
Reference in a new issue