Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Erlang: escript

LCD 47 edited this page Jun 12, 2016 · 5 revisions

This file is no longer maintained

This file exists only as a historic reference. Documentation for syntastic checkers is now included in the manual, please see :help syntastic-checkers in Vim.


Maintainer: Pawel Salata rockplayer.pl@gmail.com

escript is an interpreter for Erlang programs. See the tool's manual for more information.

If you get warning: "behaviour X undefined" with your customize behaviour, add the following line in your vimrc:

let g:syntastic_erlc_include_path = 'ebin' " ebin is where the beam files are located
Clone this wiki locally