Tidy up the buffers and don't switch on new

This commit is contained in:
Ben Jackson 2018-05-28 15:48:51 +01:00
commit 9e0b68330e
2 changed files with 9 additions and 1 deletions

View file

@ -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' )