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

Commit 37c0d79

Browse files
Markus NilssenMarkus Nilssen
authored andcommitted
Remove unnecessary comment
1 parent 43f31a7 commit 37c0d79

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
@@ -171,10 +171,6 @@ class Paragraph extends TextObject
171171
return false
172172
true
173173

174-
# If we select a blank line (i.e. by entering visual mode on a blank line), the
175-
# cursor is moved to next line.
176-
# This means that that if we enter visual mode on the last empty line before a
177-
# paragraph, the cursor will be inside the paragraph.
178174
selectedBlankLine: (selection) ->
179175
range = selection.getBufferRange()
180176
return range.getRows().length is 2 and range.start.column is 0 and range.end.column is 0

0 commit comments

Comments
 (0)