From 0d48ba92455548018105670980552e54930f60eb Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Fri, 9 Oct 2020 22:57:13 +0200 Subject: Fix detecting of some filetypes, closes #579 --- tests/extensions.vim | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/extensions.vim b/tests/extensions.vim index f6606532..77ff620b 100644 --- a/tests/extensions.vim +++ b/tests/extensions.vim @@ -385,3 +385,6 @@ call TestExtension("xml", "fglrxrc", "") call TestExtension("conf", "foo.conf", "") call TestExtension("conf", "config", "") call TestExtension("conf", "auto.master", "") + +" https://github.com/sheerun/vim-polyglot/issues/579 +call TestExtension("dart", "reminders.dart", "") -- cgit v1.2.3