1
0
forked from aniani/vim

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 #12512)
This commit is contained in:
Christoph Sax
2023-06-09 19:20:04 +01:00
committed by Bram Moolenaar
parent c81dfaa69c
commit 740df76c90
3 changed files with 4 additions and 2 deletions

View File

@@ -2235,7 +2235,7 @@ au BufNewFile,BufRead *.toml setf toml
au BufNewFile,BufRead *.tpp setf tpp au BufNewFile,BufRead *.tpp setf tpp
" TRACE32 Script Language " TRACE32 Script Language
au BufNewFile,BufRead *.cmm,*.t32 setf t32 au BufNewFile,BufRead *.cmm,*.t32 setf trace32
" Treetop " Treetop
au BufRead,BufNewFile *.treetop setf treetop au BufRead,BufNewFile *.treetop setf treetop

View File

@@ -662,7 +662,7 @@ def s:GetFilenameChecks(): dict<list<string>>
'any/etc/systemd/system/file.d/.#-file', 'any/etc/systemd/system/file.d/.#-file',
'any/etc/systemd/system/file.d/file.conf'], 'any/etc/systemd/system/file.d/file.conf'],
systemverilog: ['file.sv', 'file.svh'], systemverilog: ['file.sv', 'file.svh'],
t32: ['file.cmm', 'file.t32'], trace32: ['file.cmm', 'file.t32'],
tags: ['tags'], tags: ['tags'],
tak: ['file.tak'], tak: ['file.tak'],
tal: ['file.tal'], tal: ['file.tal'],

View File

@@ -695,6 +695,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
1622,
/**/ /**/
1621, 1621,
/**/ /**/