Files
textmate/Frameworks/editor
Allan Odgaard 7400fb63ad fixup! Use empty last line from commands working on multiple selections
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.
2015-08-27 23:02:17 +02:00
..