Skip to content
This repository was archived by the owner on Apr 6, 2018. It is now read-only.

Commit 3d4e1e4

Browse files
Markus NilssenMarkus Nilssen
authored andcommitted
Remove unnecessary comment
1 parent 266f153 commit 3d4e1e4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/text-objects.coffee

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,10 +151,6 @@ class Paragraph extends TextObject
151151
return false
152152
true
153153

154-
# If we select a blank line (i.e. by entering visual mode on a blank line), the
155-
# cursor is moved to next line.
156-
# This means that that if we enter visual mode on the last empty line before a
157-
# paragraph, the cursor will be inside the paragraph.
158154
selectedBlankLine: (selection) ->
159155
range = selection.getBufferRange()
160156
return range.getRows().length is 2 and range.start.column is 0 and range.end.column is 0

0 commit comments

Comments
 (0)