diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 03:00:01 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-28 03:00:01 +0200 |
commit | 6a086b0c797f703b713bc887b1a4cee5a70d01ec (patch) | |
tree | 4964e746d73ba8dfeb1ecb6ab5eb6d14680cf8d4 /tests | |
parent | 692db4dc29293f713999cab70740e9f39cc71c40 (diff) | |
download | vim-polyglot-6a086b0c797f703b713bc887b1a4cee5a70d01ec.tar.gz vim-polyglot-6a086b0c797f703b713bc887b1a4cee5a70d01ec.zip |
Fix many extensions detection
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions.vim | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/extensions.vim b/tests/extensions.vim index 3ed9306d..695d0455 100644 --- a/tests/extensions.vim +++ b/tests/extensions.vim @@ -371,3 +371,8 @@ call TestExtension("xhtml", "xhtml.html", "<DTD XHTML ") " .gitignore call TestExtension("gitignore", ".gitignore", "") + +" .xml + +call TestExtension("xml", ".fglrxrc", "") +call TestExtension("xml", "fglrxrc", "") |