vim-erlang / vim-erlang-runtime

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

Don't change indentation when previous line was a comment #10

Closed hcs42 closed 10 years ago

hcs42 commented 11 years ago

Example:

f() ->
    functioncall(),
        % For some reason I start the comment here and press enter...<enter>
        % This line should be indented here