From 0dc065ee7c3bd51e5df3926700e409ae74cdfecf Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Mon, 4 Jul 2005 22:49:24 +0000 Subject: updated for version 7.0102 --- runtime/ftplugin/mf.vim | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to 'runtime/ftplugin/mf.vim') diff --git a/runtime/ftplugin/mf.vim b/runtime/ftplugin/mf.vim index b066d531e..d9c9c90bd 100644 --- a/runtime/ftplugin/mf.vim +++ b/runtime/ftplugin/mf.vim @@ -1,16 +1,14 @@ -" Vim filetype plugin -" Language: METAFONT -" Maintainer: Dorai Sitaram -" URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html -" Last Change: May 27, 2003 +" Vim filetype plugin file +" Language: MetaFont +" Maintainer: Nikolai Weibull +" Latest Revision: 2005-07-04 -" Only do this when not done yet for this buffer if exists("b:did_ftplugin") finish endif - -" Don't load another plugin for this buffer let b:did_ftplugin = 1 -setl com=:% -setl fo-=t +let b:undo_ftplugin = "setl com< cms< fo<" + +setlocal comments=:% commentstring=%\ %s formatoptions-=t formatoptions+=croql + -- cgit v1.2.1