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
Open a javascript file, and start typing a comment as follows:
// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent dictum,
ante nec dictum
When I press M-q while the point is on the cursor, this is what I get:
// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent
dictum, ante nec dictum
This is what is expected:
// Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent
// dictum, ante nec dictum
Tested this on Emacs 23.2.50.1 on Linux (64-bit). I have checked out the latest
rev (#80) of js2-mode.
Original issue reported on code.google.com by mail%cha...@gtempaccount.com on 29 Dec 2010 at 7:34
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mail%cha...@gtempaccount.com
on 29 Dec 2010 at 7:34The text was updated successfully, but these errors were encountered: