Patch 9.0.1394
Problem: Unx Tal files are not recognized.
Solution: Add a pattern for Unx Tal files. (Amaan Qureshi, closes #12117)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-9.0.1393/runtime/filetype.vim 2023-03-08 16:39:18.342609651
+0000
--- runtime/filetype.vim 2023-03-08 19:52:55.014638327 +0000
***************
*** 2109,2114 ****
--- 2109,2117 ----
" TAK
au BufNewFile,BufRead *.tak setf tak
+ " Unx Tal
+ au BufNewFile,BufRead *.tal setf tal
+
" Task
au BufRead,BufNewFile {pending,completed,undo}.data setf taskdata
au BufRead,BufNewFile *.task setf taskedit
*** ../vim-9.0.1393/src/testdir/test_filetype.vim 2023-03-08
16:39:18.342609651 +0000
--- src/testdir/test_filetype.vim 2023-03-08 19:53:19.242661606 +0000
***************
*** 581,586 ****
--- 581,587 ----
\ 'systemverilog': ['file.sv', 'file.svh'],
\ 'tags': ['tags'],
\ 'tak': ['file.tak'],
+ \ 'tal': ['file.tal'],
\ 'taskdata': ['pending.data', 'completed.data', 'undo.data'],
\ 'taskedit': ['file.task'],
\ 'tcl': ['file.tcl', 'file.tm', 'file.tk', 'file.itcl', 'file.itk',
'file.jacl', '.tclshrc', 'tclsh.rc', '.wishrc'],
*** ../vim-9.0.1393/src/version.c 2023-03-08 16:39:18.346609663 +0000
--- src/version.c 2023-03-08 19:54:09.846706883 +0000
***************
*** 697,698 ****
--- 697,700 ----
{ /* Add new patch number below this line */
+ /**/
+ 1394,
/**/
--
hundred-and-one symptoms of being an internet addict:
246. You use up your free 1 Gbyte in two days.
/// 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/20230308195626.5E4F11C1262%40moolenaar.net.