mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Previously if a file was a single line it couldn't be deleted using the delete line command because the start row would index one row back which would be -1 and therefore not be able to report a length for use in the delete range.