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

(v3.7.0) Erlang: escript

LCD 47 edited this page Oct 6, 2015 · 1 revision

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