-2

Zen-coding and multiple cursors produces unusual results.

Aaron Spaulding 12 years ago 0

Paste the following text in to ST2 then put cursors after the braces. Press tab:

div{Sales}

TEXT


div{Service}

TEXT

It produces the following output:

<div>Sales</div>

TEXT

div{Service}<div>Sales</div>

TEXT