mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Previously EditSession.backspaceToBeginningOfLine() would do nothing if at the beginning of the line. Now it selects left and does a delete so it can be used to delete multiple lines continuously without having to move the cursor. Refs #134