mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Previously, if you entered an atomic token (like a tab) on an empty line it would not position the cursor after the token. This commit fixes that. If the last screen line token is atomic, and screenLine.translateColumn's sourceColumn parameter is greater than the start position of the atomic token, then the translated column should be the end position of the atomic token.