vim-erlang / vim-erlang-runtime

Erlang indentation and syntax for Vim
https://vim-erlang.github.io
101 stars 29 forks source link

Quoted funs #20

Closed aerosol closed 10 years ago

aerosol commented 10 years ago

Wrong indentation for:

'foo'() ->
ok.

as opposed to:

foo() ->
    ok.
hcs42 commented 10 years ago

Duplicate of #6.