On Mo, 29 Jan 2018, Bram Moolenaar wrote: > > Patch 8.0.1438 > Problem: Filetype detection test not updated for change. > Solution: Update the test. > Files: src/testdir/test_filetype.vim
How about to leave a comment in runtime/filetype.vim to update test_filetype.vim whenever a new filetype is included? diff --git a/runtime/filetype.vim b/runtime/filetype.vim index 7a31a10b7..be4acbba0 100644 --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -2,6 +2,9 @@ " " Maintainer: Bram Moolenaar <[email protected]> " Last Change: 2018 Jan 28 +" +" Note: When adding new filetypes, make sure to update +" src/testdir/test_filetype.vim " Listen very carefully, I will say this only once if exists("did_load_filetypes") Best, Christian -- Was ist ein gutaussehender, intelligenter und sensibler Mann? Ein Gerücht. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
