1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-22 17:55:10 +01:00
vim/runtime/compiler/erlang.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
344 B
VimL
Raw Normal View History

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 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