summaryrefslogtreecommitdiffstats
path: root/runtime
diff options
context:
space:
mode:
authorChristoph Sax <christoph.sax@mailbox.org>2023-06-09 19:20:04 +0100
committerBram Moolenaar <Bram@vim.org>2023-06-09 19:20:04 +0100
commit740df76c90ee2c421ab7852b7ff2835aa0af782a (patch)
treeab8395a84d7fc28ef51cc23e623543d6adee25a5 /runtime
parentc81dfaa69ceec9f6b88caf1dcdf2f859d4fcae47 (diff)
patch 9.0.1622: filetype name t32 is a bit obscurev9.0.1622
Problem: Filetype name t32 is a bit obscure. Solution: Rename t32 to trace32. (Christoph Sax, closes #12512)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 89a30a8df9..c5dade3eb0 100644
--- 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