mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Command-clicking an existing caret normally toggles, unless there only is a single caret, in which case it adds a caret. This would thus allow you to add a new caret sharing the position of the existing, and command-clicking again would then remove both the two existing carets, leading to an assertion failure (as there were no carets). Fixes issue #466.