Patch 9.0.1622
Problem: Filetype name t32 is a bit obscure.
Solution: Rename t32 to trace32. (Christoph Sax, closes #12512)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1621/runtime/filetype.vim 2023-06-08 17:57:15.121742166
+0100
--- runtime/filetype.vim 2023-06-09 19:17:17.431275400 +0100
***************
*** 2235,2241 ****
au BufNewFile,BufRead *.tpp setf tpp
" TRACE32 Script Language
! au BufNewFile,BufRead *.cmm,*.t32 setf t32
" Treetop
au BufRead,BufNewFile *.treetop setf treetop
--- 2235,2241 ----
au BufNewFile,BufRead *.tpp setf tpp
" TRACE32 Script Language
! au BufNewFile,BufRead *.cmm,*.t32 setf trace32
" Treetop
au BufRead,BufNewFile *.treetop setf treetop
*** ../vim-9.0.1621/src/testdir/test_filetype.vim 2023-06-08
21:26:14.589704404 +0100
--- src/testdir/test_filetype.vim 2023-06-09 19:17:30.827270459 +0100
***************
*** 662,668 ****
'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'],
tags: ['tags'],
tak: ['file.tak'],
tal: ['file.tal'],
--- 662,668 ----
'any/etc/systemd/system/file.d/.#-file',
'any/etc/systemd/system/file.d/file.conf'],
systemverilog: ['file.sv', 'file.svh'],
! trace32: ['file.cmm', 'file.t32'],
tags: ['tags'],
tak: ['file.tak'],
tal: ['file.tal'],
*** ../vim-9.0.1621/src/version.c 2023-06-08 22:16:19.688379704 +0100
--- src/version.c 2023-06-09 19:19:20.295230054 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1622,
/**/
--
I wish there was a knob on the TV to turn up the intelligence.
There's a knob called "brightness", but it doesn't seem to work.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20230609182036.F1ACC1C0642%40moolenaar.net.