mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-16 15:33:49 -05:00
Add and fix tests from upstream vim
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
filetype on
|
||||
|
||||
function! TestExtension(filetype, filename, content)
|
||||
call Log('Detecting ' . a:filetype . ' filetype (' . a:filename . ')...')
|
||||
|
||||
@@ -388,3 +390,5 @@ call TestExtension("conf", "auto.master", "")
|
||||
|
||||
" https://github.com/sheerun/vim-polyglot/issues/579
|
||||
call TestExtension("dart", "reminders.dart", "")
|
||||
|
||||
filetype off
|
||||
|
||||
Reference in New Issue
Block a user