Selection::selectToEndOfLine acts on screen lines.

This commit is contained in:
probablycorey
2013-12-31 08:38:27 -08:00
parent c37b884007
commit 8d2e1b7e43

View File

@@ -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.