mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Selection::selectToEndOfLine acts on screen lines.
This commit is contained in:
@@ -216,7 +216,7 @@ class Selection
|
||||
# Public: Selects all the text from the current cursor position to the end of
|
||||
# the line.
|
||||
selectToEndOfLine: ->
|
||||
@modifySelection => @cursor.moveToEndOfLine()
|
||||
@modifySelection => @cursor.moveToEndOfScreenLine()
|
||||
|
||||
# Public: Selects all the text from the current cursor position to the
|
||||
# beginning of the word.
|
||||
|
||||
Reference in New Issue
Block a user