[HOME]

Path : /home/easyrentals/public_html/symperl/root/usr/share/vim/vim74/compiler/
Upload :
Current File : /home/easyrentals/public_html/symperl/root/usr/share/vim/vim74/compiler/erlang.vim

" Vim compiler file
" Compiler:     Erlang
" Maintainer:	Dmitry Vasiliev <dima at hlabs dot org>
" Last Change:	2012-02-13

if exists("current_compiler")
  finish
endif
let current_compiler = "erlang"

CompilerSet makeprg=erlc\ -Wall\ %

CompilerSet errorformat=%f:%l:\ %m