summaryrefslogtreecommitdiffstats
path: root/indent/mf.vim
diff options
context:
space:
mode:
Diffstat (limited to 'indent/mf.vim')
-rw-r--r--indent/mf.vim10
1 files changed, 0 insertions, 10 deletions
diff --git a/indent/mf.vim b/indent/mf.vim
deleted file mode 100644
index 69b28cbc..00000000
--- a/indent/mf.vim
+++ /dev/null
@@ -1,10 +0,0 @@
-if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'vim') == -1
-
-" METAFONT indent file
-" Language: METAFONT
-" Maintainer: Nicola Vitacolonna <nvitacolonna@gmail.com>
-" Last Change: 2016 Oct 1
-
-runtime! indent/mp.vim
-
-endif