From da87d24bd207a89e94a33cacc8358230dd45139a Mon Sep 17 00:00:00 2001 From: Ryan Moodie Date: Fri, 18 Nov 2022 14:07:25 +0100 Subject: [PATCH] for *.frm, change call polyglot#ft#FTVB(form) to polyglot#ft#FTfrm() since former doesn't exist and latter seems to be what we're looking for --- autoload/polyglot/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/polyglot/init.vim b/autoload/polyglot/init.vim index 9e991f36..1138138c 100644 --- a/autoload/polyglot/init.vim +++ b/autoload/polyglot/init.vim @@ -3301,7 +3301,7 @@ au BufRead,BufNewFile *.hw,*.module,*.pkg \ endif " Visual Basic (also uses *.bas) or FORM -au BufNewFile,BufRead *.frm call polyglot#ft#FTVB("form") +au BufNewFile,BufRead *.frm call polyglot#ft#FTfrm() " WEB (*.web is also used for Winbatch: Guess, based on expecting "%" comment " lines in a WEB file).