To: vim_dev@googlegroups.com Subject: Patch 9.0.0599 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0599 Problem: Latexmkrc files are not recognized. Solution: Use Perl filetype for latexmkrc files. (closes #11241) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-9.0.0598/runtime/filetype.vim 2022-09-25 12:35:45.615655615 +0100 --- runtime/filetype.vim 2022-09-27 11:14:56.088462214 +0100 *************** *** 1026,1031 **** --- 1026,1034 ---- " Lace (ISE) au BufNewFile,BufRead *.ace,*.ACE setf lace + " Latexmkrc + au BufNewFile,BufRead .latexmkrc,latexmkrc setf perl + " Latte au BufNewFile,BufRead *.latte,*.lte setf latte *** ../vim-9.0.0598/src/testdir/test_filetype.vim 2022-09-25 12:35:45.615655615 +0100 --- src/testdir/test_filetype.vim 2022-09-27 11:14:56.088462214 +0100 *************** *** 413,419 **** \ 'pccts': ['file.g'], \ 'pcmk': ['file.pcmk'], \ 'pdf': ['file.pdf'], ! \ 'perl': ['file.plx', 'file.al', 'file.psgi', 'gitolite.rc', '.gitolite.rc', 'example.gitolite.rc'], \ 'pf': ['pf.conf'], \ 'pfmain': ['main.cf'], \ 'php': ['file.php', 'file.php9', 'file.phtml', 'file.ctp', 'file.phpt', 'file.theme'], --- 413,419 ---- \ 'pccts': ['file.g'], \ 'pcmk': ['file.pcmk'], \ 'pdf': ['file.pdf'], ! \ 'perl': ['file.plx', 'file.al', 'file.psgi', 'gitolite.rc', '.gitolite.rc', 'example.gitolite.rc', '.latexmkrc', 'latexmkrc'], \ 'pf': ['pf.conf'], \ 'pfmain': ['main.cf'], \ 'php': ['file.php', 'file.php9', 'file.phtml', 'file.ctp', 'file.phpt', 'file.theme'], *** ../vim-9.0.0598/src/version.c 2022-09-26 23:08:17.444945122 +0100 --- src/version.c 2022-09-27 11:16:11.272404461 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 599, /**/ -- I thought I was eating a crab salad. It turned out to be a crap salad. /// 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 ///