emmetio / brackets-emmet

Emmet plugin for Brackets editor
http://emmet.io
MIT License
489 stars 188 forks source link

Hitting return on empty line causes a double return #134

Open HarrisonRiddell opened 5 years ago

HarrisonRiddell commented 5 years ago

When you click return to get to a new line there are no issues. However, once on the new line lets say line 10 if you click return again it jumps you to line 12 instead of line 11. This only occurs when I have Emmet enabled.

HarrisonRiddell commented 5 years ago

If you change the "insert_formatted_line_break": from Enter to Shift-Enter it allows you to still have the formatted line break without having the double return issue

fakerybakery commented 3 years ago

Same error