diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 13:01:20 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-07 13:01:20 +0200 |
commit | 9f4e2b683453c9521de8164169327a112d71f6c1 (patch) | |
tree | d0a7f01885aecceeffe17b9de082afd1fab1c3b2 /tests | |
parent | 619a7a854b198c78947719bc75adb5225bde2ad5 (diff) | |
download | vim-polyglot-9f4e2b683453c9521de8164169327a112d71f6c1.tar.gz vim-polyglot-9f4e2b683453c9521de8164169327a112d71f6c1.zip |
Remove context from packages, fixes #575
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/filetypes.vim b/tests/filetypes.vim index a5f556d7..d77ade81 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -568,7 +568,6 @@ call TestFiletype('tsalt') call TestFiletype('teraterm') call TestFiletype('terminfo') call TestFiletype('tex') -call TestFiletype('context') call TestFiletype('texinfo') call TestFiletype('texmf') call TestFiletype('tidy') |