You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This command is intended for styles where you write a comment per line, starting a new comment (and terminating it if necessary) on each line. If you want to continue one comment across several lines, use M-x newline-and-indent.
So it seem we are doing things according to the documentation, although I agree that it does not make much sense.
Assume I have:
-- my comment|
where
|
represents cursor position. PressingM-j
should continue the comment in the next line (currently affected by #981):That doesn't work with block comments. Assume I have:
Pressing
M-j
gives:The correct result is:
The text was updated successfully, but these errors were encountered: