Patch 8.2.2801
Problem: Free Pascal makefile not recognized.
Solution: Add the fpcmake filetype. (Doug Kearns)
Files: runtime/filetype.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.2800/runtime/filetype.vim 2021-04-20 20:21:19.759851856
+0200
--- runtime/filetype.vim 2021-04-23 17:59:07.535909900 +0200
***************
*** 1195,1200 ****
--- 1195,1203 ----
" Delphi or Lazarus program file
au BufNewFile,BufRead *.dpr,*.lpr setf pascal
+ " Free Pascal makefile definition file
+ au BufNewFile,BufRead *.fpc setf fpcmake
+
" PDF
au BufNewFile,BufRead *.pdf setf pdf
*** ../vim-8.2.2800/src/testdir/test_filetype.vim 2021-04-20
20:21:19.763851843 +0200
--- src/testdir/test_filetype.vim 2021-04-23 17:59:23.895862282 +0200
***************
*** 182,187 ****
--- 182,188 ----
\ 'focexec': ['file.fex', 'file.focexec'],
\ 'forth': ['file.fs', 'file.ft', 'file.fth'],
\ 'fortran': ['file.f', 'file.for', 'file.fortran', 'file.fpp',
'file.ftn', 'file.f77', 'file.f90', 'file.f95', 'file.f03', 'file.f08'],
+ \ 'fpcmake': ['file.fpc'],
\ 'framescript': ['file.fsl'],
\ 'freebasic': ['file.fb', 'file.bi'],
\ 'fstab': ['fstab', 'mtab'],
*** ../vim-8.2.2800/src/version.c 2021-04-22 21:39:26.239762214 +0200
--- src/version.c 2021-04-23 18:05:45.126443029 +0200
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2801,
/**/
--
Send $25.00 for handy leaflet on how to make money by selling leaflets
/// 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/202104231620.13NGKeoX1672911%40masaka.moolenaar.net.