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 -- [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/20220927102828.93EA61C0ADA%40moolenaar.net.