To: vim_dev@googlegroups.com Subject: Patch 9.0.1394 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@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 ///