This commit is contained in:
Matt Colyer 2013-11-13 17:35:21 -08:00
parent 52680bd63f
commit 64f2cdb795

View File

@ -468,7 +468,7 @@ class Cursor
@editSession.scopesForBufferPosition(@getBufferPosition())
# Public: Returns true if this cursor has no non-whitespace characters before
# it's current position.
# its current position.
hasNoPrecedingCharacters: ->
bufferPosition = @getBufferPosition()
line = @editSession.lineForBufferRow(bufferPosition.row)