summaryrefslogtreecommitdiffstats
path: root/ftdetect
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-10-07 13:01:20 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-10-07 13:01:20 +0200
commit9f4e2b683453c9521de8164169327a112d71f6c1 (patch)
treed0a7f01885aecceeffe17b9de082afd1fab1c3b2 /ftdetect
parent619a7a854b198c78947719bc75adb5225bde2ad5 (diff)
downloadvim-polyglot-9f4e2b683453c9521de8164169327a112d71f6c1.tar.gz
vim-polyglot-9f4e2b683453c9521de8164169327a112d71f6c1.zip
Remove context from packages, fixes #575
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