TextEditor.prototype.displayBuffer has always been private, but now
it is gone. Reading the displayBuffer property now returns a reference
to the containing TextEditor, which now provides some of the API of
the defunct DisplayBuffer class.
TextEditor.displayBuffer (<embedded>:6:61)
Object._handleLoad (/home/o/.atom/packages/multiline-select/lib/multiline-select.coffee:21:29)
<unknown> (/home/o/.atom/packages/multiline-select/lib/multiline-select.coffee:12:24)
Workspace.observeTextEditors (<embedded>:11:428816)
Object.activate (/home/o/.atom/packages/multiline-select/lib/multiline-select.coffee:10:29)
Package.activateNow (<embedded>:11:3190216)
TextEditor.prototype.displayBufferhas always been private, but nowit is gone. Reading the
displayBufferproperty now returns a referenceto the containing
TextEditor, which now provides some of the API ofthe defunct
DisplayBufferclass.