Bram Moolenaar | a5792f5 | 2005-11-23 21:25:05 +0000 | [diff] [blame] | 1 | " Vim compiler file |
| 2 | " Compiler: FPC 2.1 |
| 3 | " Maintainer: Jaroslaw Blasiok <jaro3000@o2.pl> |
| 4 | " Last Change: 2005 October 07 |
Doug Kearns | 408281e | 2024-04-04 22:00:58 +0200 | [diff] [blame] | 5 | " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition) |
Bram Moolenaar | a5792f5 | 2005-11-23 21:25:05 +0000 | [diff] [blame] | 6 | |
| 7 | if exists("current_compiler") |
| 8 | finish |
| 9 | endif |
| 10 | let current_compiler = "fpc" |
| 11 | |
Bram Moolenaar | 6c391a7 | 2021-09-09 21:55:11 +0200 | [diff] [blame] | 12 | " NOTE: compiler must be run with -vb to write whole source path, not only file |
Bram Moolenaar | a5792f5 | 2005-11-23 21:25:05 +0000 | [diff] [blame] | 13 | " name. |
| 14 | CompilerSet errorformat=%f(%l\\,%c)\ %m |