Fix detection of conf files, closes #569

This commit is contained in:
Adam Stankiewicz
2020-09-29 19:11:11 +02:00
parent 46b09b0d5b
commit 1872af2d5e
9 changed files with 201 additions and 71 deletions

View File

@@ -376,6 +376,10 @@ call TestExtension("html", "template.html", "{{ item.href }}")
call TestExtension("gitignore", ".gitignore", "")
" .xml
call TestExtension("xml", ".fglrxrc", "")
call TestExtension("xml", "fglrxrc", "")
" .conf
call TestExtension("conf", "foo.conf", "")
call TestExtension("conf", "config", "")
call TestExtension("conf", "auto.master", "")