vim-erlang / vim-erlang-compiler

Erlang syntax checking and compiler plugin for Vim
https://vim-erlang.github.io
56 stars 24 forks source link

Find rebar.config, new options (outdir, xref, load, copy) #6

Closed hcs42 closed 10 years ago

hcs42 commented 10 years ago

The main new features in this PR are the following:

All these new feature are turned off by default, except one: when the user uses ":make", the beam file will be generated next to the Erlang source file. I think this is what Vim users generally expect from ":make", not just a syntax check. (Note that flymake will still not generate a beam file by default.)

Other improvements:

hcs42 commented 10 years ago

I'm merging this PR because I'm pushing a new branch on the top of this one.

aerosol commented 10 years ago

:+1: