Patch 9.0.1618
Problem: Trace32 files are not recognized.
Solution: Add patterns for the t32 filetype. (Christoph Sax, closes #12505)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1617/runtime/filetype.vim 2023-06-07 18:26:58.025112415
+0100
--- runtime/filetype.vim 2023-06-08 17:54:31.393596868 +0100
***************
*** 2234,2239 ****
--- 2234,2242 ----
" TPP - Text Presentation Program
au BufNewFile,BufRead *.tpp setf tpp
+ " TRACE32 Script Language
+ au BufNewFile,BufRead *.cmm,*.t32 setf t32
+
" Treetop
au BufRead,BufNewFile *.treetop setf treetop
*** ../vim-9.0.1617/src/testdir/test_filetype.vim 2023-06-07
18:26:58.025112415 +0100
--- src/testdir/test_filetype.vim 2023-06-08 17:54:31.393596868 +0100
***************
*** 662,667 ****
--- 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'],
*** ../vim-9.0.1617/src/version.c 2023-06-08 17:09:40.192768840 +0100
--- src/version.c 2023-06-08 17:56:08.233590580 +0100
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1618,
/**/
--
Never eat yellow snow.
/// 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/20230608165756.331981C0642%40moolenaar.net.