mirror of
https://github.com/textmate/textmate.git
synced 2026-01-22 13:17:55 -05:00
Previously shifting text left/right would ignore blank lines (as noted in issue #419). When shifting left though it does make sense to delete whitespace, especially as the same code is used to re-indent when pasting. Fixes #810.