xref: /vim-8.2.3635/runtime/ftplugin/mf.vim (revision 19a09a18)
1" Vim filetype plugin
2" Language:	METAFONT
3" Maintainer:	Dorai Sitaram <[email protected]>
4" URL:		http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html
5" Last Change:	May 27, 2003
6
7" Only do this when not done yet for this buffer
8if exists("b:did_ftplugin")
9  finish
10endif
11
12" Don't load another plugin for this buffer
13let b:did_ftplugin = 1
14
15setl com=:%
16setl fo-=t
17