mirror of
https://github.com/textmate/textmate.git
synced 2026-04-28 03:00:34 -04:00
We only use the last empty line when there are more than a single line break in the string to be inserted. The use-case here is having multiple carets and then running a command like “echo foo”. Here we receive “foo\n” which is split into (“foo”, “”), so every second caret would get the empty string inserted.