vim-patch:8.2.4274: Basic and form filetype detection is incomplete (#17259)

Problem:    Basic and form filetype detection is incomplete.
Solution:   Add a separate function for .frm files. (Doug Kearns, closes vim/vim#9675)
c570e9cf68
This commit is contained in:
Christian Clason
2022-02-01 08:35:28 +01:00
committed by GitHub
parent 547497b042
commit a562b5771e
4 changed files with 50 additions and 6 deletions

View File

@@ -789,7 +789,7 @@ local extension = {
ex = function() vim.fn["dist#ft#ExCheck"]() end,
exu = function() vim.fn["dist#ft#EuphoriaCheck"]() end,
exw = function() vim.fn["dist#ft#EuphoriaCheck"]() end,
frm = function() vim.fn["dist#ft#FTbas"]("form") end,
frm = function() vim.fn["dist#ft#FTfrm"]() end,
fs = function() vim.fn["dist#ft#FTfs"]() end,
h = function() vim.fn["dist#ft#FTheader"]() end,
htm = function() vim.fn["dist#ft#FThtml"]() end,