From 32fdf0b681ab9a455e9601f85587d32f4532e187 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Tue, 7 Jan 2014 18:29:42 -0800 Subject: [PATCH] :memo: Drop line about single line selections --- src/editor.coffee | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/editor.coffee b/src/editor.coffee index 4b9842e6d..49ba87518 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -1194,8 +1194,6 @@ class Editor extends Model # # This methods break apart all multi-line selections to create multiple # single-line selections that cumulatively cover the same original area. - # - # This method will not affect any single line selections. splitSelectionIntoLines: -> for selection in @getSelections() range = selection.getBufferRange()