diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 14:17:55 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-10-17 14:17:55 +0200 |
commit | af3ebda71002223b4bc6d4cc79a0359523eaa385 (patch) | |
tree | 74ed3ae3100bf4ae297fb1588073fa279cca063b /tests | |
parent | 6b663ec330356e92de9c68a6dac09a80a2d5b07c (diff) | |
download | vim-polyglot-af3ebda71002223b4bc6d4cc79a0359523eaa385.tar.gz vim-polyglot-af3ebda71002223b4bc6d4cc79a0359523eaa385.zip |
Fix testsv4.13.4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/filetypes.vim | 5 |
1 files changed, 5 insertions, 0 deletions
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 |