blob: 0d321ab4c7175b487f8bc971b353d034149e5c91 [file] [log] [blame]
Bram Moolenaara5792f52005-11-23 21:25:05 +00001" Vim compiler file
2" Compiler: FPC 2.1
3" Maintainer: Jaroslaw Blasiok <jaro3000@o2.pl>
4" Last Change: 2005 October 07
Doug Kearns408281e2024-04-04 22:00:58 +02005" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
Bram Moolenaara5792f52005-11-23 21:25:05 +00006
7if exists("current_compiler")
8 finish
9endif
10let current_compiler = "fpc"
11
Bram Moolenaar6c391a72021-09-09 21:55:11 +020012" NOTE: compiler must be run with -vb to write whole source path, not only file
Bram Moolenaara5792f52005-11-23 21:25:05 +000013" name.
14CompilerSet errorformat=%f(%l\\,%c)\ %m