oscarh / vimerl

A set of erlang plugins for VIM. This is not maintained, better use som modern fork of this!
159 stars 99 forks source link

New line after comma should not indent #7

Closed foxbunny closed 13 years ago

foxbunny commented 13 years ago

I believe a new line after a comma should not be indented if the comma separates statements:

io:format("Next line is not flushed~n"),
    io:format("But it is~n"); % <-- wrong
foxbunny commented 13 years ago

Scratch this, it was a typo in my code. :P

oscarh commented 13 years ago

Ok, thanks!