Fix indentation of selected region with tab

This commit is contained in:
Nathan Sobo
2012-07-06 15:18:32 -06:00
parent 0c2f5b4d7d
commit 61cfbe530b

View File

@@ -133,7 +133,7 @@ class EditSession
else
@insertText('\t')
else
@activeEditSession.indentSelectedRows()
@indentSelectedRows()
backspace: ->
@mutateSelectedText (selection) -> selection.backspace()