diff runtime/filetype.vim @ 24523:71bd205c72f5 v8.2.2801

patch 8.2.2801: free Pascal makefile not recognized Commit: https://github.com/vim/vim/commit/f6d9935a13a7b37272ad71761d3d86b7f40c3d5f Author: Bram Moolenaar <Bram@vim.org> Date: Fri Apr 23 18:06:48 2021 +0200 patch 8.2.2801: free Pascal makefile not recognized Problem: Free Pascal makefile not recognized. Solution: Add the fpcmake filetype. (Doug Kearns)
author Bram Moolenaar <Bram@vim.org>
date Fri, 23 Apr 2021 18:15:04 +0200
parents 706cfd8bcba6
children 6b85c09a4d73
line wrap: on
line diff
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1195,6 +1195,9 @@ au BufNewFile,BufRead *.pp			call dist#f
 " 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