mirror of
https://github.com/textmate/textmate.git
synced 2026-04-06 03:01:29 -04: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.