Closed
Description
Say I have:
data F -- bla blaX
where X
is current cursor position. I would expect that pressing M-j
will align comment on the new line with comment on the previous line, but it doesn't:
data F -- bla bla
-- X
Pressing TAB
cycles only between that indentation and no indentation at all. Expected result:
data F -- bla bla
-- X