Supply missing softWrapHangingIndent parameter to display layer

This commit is contained in:
Max Brunsfeld
2016-08-02 16:20:23 -07:00
parent c7b7eace22
commit 43f34f73da
2 changed files with 13 additions and 1 deletions

View File

@@ -265,7 +265,8 @@ class TextEditor extends Model
tabLength: @getTabLength(),
ratioForCharacter: @ratioForCharacter.bind(this),
isWrapBoundary: isWrapBoundary,
foldCharacter: ZERO_WIDTH_NBSP
foldCharacter: ZERO_WIDTH_NBSP,
softWrapHangingIndent: @config.get('editor.softWrapHangingIndent', scope: @getRootScopeDescriptor())
})
destroyed: ->