syntastic/syntax_checkers/erlang
Russ Garrett d624e32b9e Erlang: correctly handle additional LibDirs
The compile function expects a list of paths in the LibDirs parameter,
however when calling erlang_check_file.erl with an additional path (for
example when using the "g:syntastic_erlc_include_path" option), a
string would be passed instead. Because strings in Erlang are lists,
each character of the string would have been interpreted as a lib path.
2014-09-10 12:07:10 +01:00
..
erlang_check_file.erl Erlang: correctly handle additional LibDirs 2014-09-10 12:07:10 +01:00
escript.vim Escript: parseShebang() is more capable these days. 2014-07-31 16:40:34 +03:00
syntaxerl.vim New redirect checker for arduino: avrgcc. 2014-07-15 09:33:31 +03:00