Patch 9.0.1618

4 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 8, 2023, 12:58:01 PM6/8/23
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages