mirror of
https://github.com/atom/atom.git
synced 2026-02-19 02:44:29 -05:00
Rename editor.softWrapped config option back to editor.softWrap
This commit is contained in:
@@ -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 = {}
|
||||
|
||||
Reference in New Issue
Block a user