diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 14:07:02 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-10 14:07:02 +0200 |
commit | 1eed30b2af57538496943da09e298a6facc33002 (patch) | |
tree | 49e29b23caf76fdc888dd6628321a7125c1d8514 /scripts/test | |
parent | be092d6f430ca802d7200e68a5c987195bccd0e9 (diff) | |
download | vim-polyglot-1eed30b2af57538496943da09e298a6facc33002.tar.gz vim-polyglot-1eed30b2af57538496943da09e298a6facc33002.zip |
Fix filetype detection and docini filetypesv4.9.9
Diffstat (limited to '')
-rw-r--r-- | scripts/test_filetypes.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_filetypes.vim b/scripts/test_filetypes.vim index e7ae6511..74eeb4d0 100644 --- a/scripts/test_filetypes.vim +++ b/scripts/test_filetypes.vim @@ -230,3 +230,4 @@ call TestFiletype('zig') call TestFiletype('trasys') call TestFiletype('basic') call TestFiletype('vb') +call TestFiletype('dosini') |