# HG changeset patch # User Bram Moolenaar # Date 1686335405 -7200 # Node ID 73e1207ec28da36586a57190666f598dcb92e5fb # Parent 6648508022656d55bb1a38c4ce0ab9534269bdd2 patch 9.0.1622: filetype name t32 is a bit obscure Commit: https://github.com/vim/vim/commit/740df76c90ee2c421ab7852b7ff2835aa0af782a Author: Christoph Sax Date: Fri Jun 9 19:20:04 2023 +0100 patch 9.0.1622: filetype name t32 is a bit obscure Problem: Filetype name t32 is a bit obscure. Solution: Rename t32 to trace32. (Christoph Sax, closes https://github.com/vim/vim/issues/12512) diff --git a/runtime/filetype.vim b/runtime/filetype.vim --- a/runtime/filetype.vim +++ b/runtime/filetype.vim @@ -2235,7 +2235,7 @@ au BufNewFile,BufRead *.toml setf toml au BufNewFile,BufRead *.tpp setf tpp " TRACE32 Script Language -au BufNewFile,BufRead *.cmm,*.t32 setf t32 +au BufNewFile,BufRead *.cmm,*.t32 setf trace32 " Treetop au BufRead,BufNewFile *.treetop setf treetop diff --git a/src/testdir/test_filetype.vim b/src/testdir/test_filetype.vim --- a/src/testdir/test_filetype.vim +++ b/src/testdir/test_filetype.vim @@ -662,7 +662,7 @@ def s:GetFilenameChecks(): dict