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

This commit is contained in:
Ryan Moodie
2022-11-18 14:07:25 +01:00
parent bc8a81d359
commit da87d24bd2

View File

@@ -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).