mirror of
https://github.com/atom/atom.git
synced 2026-01-25 23:08:18 -05:00
Merge branch 'master' into toggle-comments
This commit is contained in:
@@ -133,7 +133,6 @@ class Selection extends View
|
||||
lineBeforeCursor = @cursor.getCurrentBufferLine()[0..@cursor.getBufferPosition().column]
|
||||
if text[0] == "\n"
|
||||
indent = mode.getNextLineIndent(state, lineBeforeCursor, @editor.tabText)
|
||||
console.log indent.length
|
||||
text = text[0] + indent + text[1..]
|
||||
else if mode.checkOutdent(state, lineBeforeCursor, text)
|
||||
shouldOutdent = true
|
||||
|
||||
Reference in New Issue
Block a user