mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Merge branch 'master' into paste-indentation
This commit is contained in:
@@ -108,6 +108,7 @@ class EditSession
|
||||
setSoftWrap: (@softWrap) ->
|
||||
|
||||
getTabText: -> new Array(@tabLength + 1).join(" ")
|
||||
getTabLength: -> @tabLength
|
||||
|
||||
clipBufferPosition: (bufferPosition) ->
|
||||
@buffer.clipPosition(bufferPosition)
|
||||
|
||||
Reference in New Issue
Block a user