Tidy up the buffers and don't switch on new
This commit is contained in:
parent
f9ecf5f05d
commit
9e0b68330e
2 changed files with 9 additions and 1 deletions
|
|
@ -149,6 +149,7 @@ class DebugSession( object ):
|
|||
if self._uiTab:
|
||||
self._stackTraceView.Reset()
|
||||
self._variablesView.Reset()
|
||||
self._outputView.Reset()
|
||||
vim.current.tabpage = self._uiTab
|
||||
vim.command( 'tabclose' )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue