forked from vim-syntastic/syntastic
-
Notifications
You must be signed in to change notification settings - Fork 2
Erlang: escript
LCD 47 edited this page Jun 12, 2016
·
5 revisions
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
[Syntastic Wiki][0] [0]: https://github.com/scrooloose/syntastic/wiki/