mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
Previously we stored discontinuous selections as a newline-delimited string, and therefore the individual fragments could not contain any newlines. Now that we use NSPasteboard’s multi-string support, we no longer have this limitation.