mirror of
https://github.com/neovim/neovim.git
synced 2025-12-15 19:05:40 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user