vim-erlang/vim-erlang-runtime

Don't change indentation when previous line was a comment

hcs42 opened this issue · 0 comments

Example:

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