mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
The `execute` method on commands now has a second range parameter. The composite command loops through all selected ranges and calls execute on each subcommand for each range. Still need to update the `.` address to work with the new scheme.