diff src/testdir/test_filetype.vim @ 23120:640ec41661b1 v8.2.2106

patch 8.2.2106: TOML files are not recognized Commit: https://github.com/vim/vim/commit/b237ae7b837a31922d31c3a27b7c66e63468b8a8 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Dec 7 18:05:02 2020 +0100 patch 8.2.2106: TOML files are not recognized Problem: TOML files are not recognized. Solution: Match *.toml. (issue https://github.com/vim/vim/issues/7432)
author Bram Moolenaar <Bram@vim.org>
date Mon, 07 Dec 2020 18:15:04 +0100
parents d01b011f91b9
children 855b818aae9b
line wrap: on
line diff
--- a/src/testdir/test_filetype.vim
+++ b/src/testdir/test_filetype.vim
@@ -479,6 +479,7 @@ let s:filename_checks = {
     \ 'tilde': ['file.t.html'],
     \ 'tli': ['file.tli'],
     \ 'tmux': ['tmuxfile.conf', '.tmuxfile.conf', '.tmux-file.conf', '.tmux.conf', 'tmux-file.conf', 'tmux.conf'],
+    \ 'toml': ['file.toml'],
     \ 'tpp': ['file.tpp'],
     \ 'treetop': ['file.treetop'],
     \ 'trustees': ['trustees.conf'],