Rename editor.softWrapped config option back to editor.softWrap

This commit is contained in:
Nathan Sobo
2014-09-15 14:33:11 -06:00
parent 69480385e6
commit a0edb92e16
4 changed files with 6 additions and 6 deletions

View File

@@ -45,7 +45,7 @@ class DisplayBuffer extends Model
@emitter = new Emitter
@softWrapped ?= atom.config.get('editor.softWrapped') ? false
@softWrapped ?= atom.config.get('editor.softWrap') ? false
@tokenizedBuffer ?= new TokenizedBuffer({tabLength, buffer, @invisibles})
@buffer = @tokenizedBuffer.buffer
@charWidthsByScope = {}