2012-01-20 21:08:56 +01:00
|
|
|
" Vim compiler file
|
2012-02-22 17:30:19 +01:00
|
|
|
" Compiler: Erlang
|
|
|
|
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
2019-07-31 21:07:14 +02:00
|
|
|
" Last Change: 2019 Jul 23
|
2024-04-04 22:00:58 +02:00
|
|
|
" 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
|
2012-01-20 21:08:56 +01:00
|
|
|
|
|
|
|
if exists("current_compiler")
|
|
|
|
finish
|
|
|
|
endif
|
|
|
|
let current_compiler = "erlang"
|
|
|
|
|
2019-07-31 21:07:14 +02:00
|
|
|
CompilerSet makeprg=erlc\ -Wall\ %:S
|
2012-02-22 17:30:19 +01:00
|
|
|
|
|
|
|
CompilerSet errorformat=%f:%l:\ %m
|