test: use old style test for testing filetype.lua (#17003)

This is a much better solution than #16942 as it doesn't require copying
every new change from test_filetype.vim into filetype_spec.lua (which is
much more maintainable).
This commit is contained in:
Gregory Anders
2022-01-09 09:11:09 -07:00
committed by GitHub
parent a34652ee84
commit 6ecaba510f
3 changed files with 3 additions and 571 deletions

View File

@@ -27,6 +27,7 @@ source test_join.vim
source test_jumps.vim
source test_fileformat.vim
source test_filetype.vim
source test_filetype_lua.vim
source test_lambda.vim
source test_menu.vim
source test_messages.vim

View File

@@ -0,0 +1,2 @@
let g:do_filetype_lua = 1
source test_filetype.vim