]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.0.1622: filetype name t32 is a bit obscure v9.0.1622
authorChristoph Sax <christoph.sax@mailbox.org>
Fri, 9 Jun 2023 18:20:04 +0000 (19:20 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 9 Jun 2023 18:20:04 +0000 (19:20 +0100)
Problem:    Filetype name t32 is a bit obscure.
Solution:   Rename t32 to trace32. (Christoph Sax, closes #12512)

runtime/filetype.vim
src/testdir/test_filetype.vim
src/version.c

index 89a30a8df9e63679e1a1b44214c017383bd39b52..c5dade3eb095a7849c2aa15e56d65c6c6b2ce214 100644 (file)
@@ -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
index ae76969a5aff94b0dc3ec7f663d183784702be28..45853c87389cfa8bf72b73f67c56114749c497a0 100644 (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.conf'],
     systemverilog: ['file.sv', 'file.svh'],
-    t32: ['file.cmm', 'file.t32'],
+    trace32: ['file.cmm', 'file.t32'],
     tags: ['tags'],
     tak: ['file.tak'],
     tal: ['file.tal'],
index e5cb446ff71db70afb9eb44725cbf4dc70b9c279..ddc30c25ec3f268a602e1ab2325a083e927968cc 100644 (file)
@@ -695,6 +695,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1622,
 /**/
     1621,
 /**/