summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
Diffstat (limited to 'ftdetect')
-rw-r--r--ftdetect/polyglot.vim4
1 files changed, 0 insertions, 4 deletions
diff --git a/ftdetect/polyglot.vim b/ftdetect/polyglot.vim
index 0dae0bd4..48529674 100644
--- a/ftdetect/polyglot.vim
+++ b/ftdetect/polyglot.vim
@@ -356,10 +356,6 @@ if !has_key(s:disabled_packages, 'texinfo')
au BufNewFile,BufRead *.texi,*.texinfo,*.txi setf texinfo
endif
-if !has_key(s:disabled_packages, 'context')
- au BufNewFile,BufRead *.mkii,*.mkiv,*.mkvi setf context
-endif
-
if !has_key(s:disabled_packages, 'tex')
au BufNewFile,BufRead *.bbl,*.dtx,*.latex,*.ltx,*.sty setf tex
endif