2 " Compiler: bcc - Borland C
3 " Maintainer: Emile van Raaij (eraaij@xs4all.nl)
4 " Last Change: 2004 Mar 27
6 if exists("current_compiler")
9 let current_compiler = "bcc"
11 if exists(":CompilerSet") != 2 " older Vim always used :setlocal
12 command -nargs=* CompilerSet setlocal <args>
15 " A workable errorformat for Borland C
16 CompilerSet errorformat=%*[^0-9]%n\ %f\ %l:\ %m
19 CompilerSet makeprg=make