Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ object OutputPanelScopeImpl : OutputPanelScope {
private val vimContext: ExecutionContext
get() = injector.executionContextManager.getEditorExecutionContext(vimEditor)

private val outputPanel: VimOutputPanel = injector.outputPanel.getOrCreate(vimEditor, vimContext)
private val outputPanel: VimOutputPanel
get() = injector.outputPanel.getOrCreate(vimEditor, vimContext)

override val text: String
get() = outputPanel.text
Expand Down
Loading