mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
indentSelectedRows works with hard tabs
This commit is contained in:
@@ -107,7 +107,7 @@ class EditSession
|
||||
getSoftWrap: -> @softWrap
|
||||
setSoftWrap: (@softWrap) ->
|
||||
|
||||
getTabText: -> new Array(@tabLength + 1).join(" ")
|
||||
getTabText: -> @buildIndentString(1)
|
||||
getTabLength: -> @tabLength
|
||||
|
||||
clipBufferPosition: (bufferPosition) ->
|
||||
|
||||
Reference in New Issue
Block a user