From af3ebda71002223b4bc6d4cc79a0359523eaa385 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sat, 17 Oct 2020 14:17:55 +0200 Subject: Fix tests --- tests/filetypes.vim | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests') diff --git a/tests/filetypes.vim b/tests/filetypes.vim index 51fdb3dc..e9a88536 100644 --- a/tests/filetypes.vim +++ b/tests/filetypes.vim @@ -296,6 +296,7 @@ call TestFiletype('coco') call TestFiletype('cf') call TestFiletype('config') call TestFiletype('cuda') +call TestFiletype('dockerfile') call TestFiletype('dcd') call TestFiletype('eterm') call TestFiletype('lynx') @@ -637,6 +638,10 @@ call TestFiletype('svn') call TestFiletype('text') call TestFiletype('pullrequest') call TestFiletype('xf86conf') +call TestFiletype('man') +call TestFiletype('xpm') +call TestFiletype('xpm2') +call TestFiletype('context') " DO NOT EDIT CODE ABOVE, IT IS GENERATED WITH MAKEFILE -- cgit v1.2.3