You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
" Vim compiler file
|
|
" Compiler: Erlang
|
|
" Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
|
|
" Last Change: 2019 Jul 23
|
|
|
|
if exists("current_compiler")
|
|
finish
|
|
endif
|
|
let current_compiler = "erlang"
|
|
|
|
CompilerSet makeprg=erlc\ -Wall\ %:S
|
|
|
|
CompilerSet errorformat=%f:%l:\ %m
|