sheerun / vim-polyglot

A solid language pack for Vim.
5.6k stars 296 forks source link

Fix changed function name for distinguishing *.frm between vb and form #824

Open eidoom opened 2 years ago

eidoom commented 2 years ago

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.