erlang.vim 344 B

123456789101112131415
  1. " Vim compiler file
  2. " Compiler: Erlang
  3. " Maintainer: Dmitry Vasiliev <dima at hlabs dot org>
  4. " Last Change: 2019 Jul 23
  5. " 2024 Apr 03 by The Vim Project (removed :CompilerSet definition)
  6. if exists("current_compiler")
  7. finish
  8. endif
  9. let current_compiler = "erlang"
  10. CompilerSet makeprg=erlc\ -Wall\ %:S
  11. CompilerSet errorformat=%f:%l:\ %m