Delete the watches and vars buffers when resetting
This commit is contained in:
parent
3b97500289
commit
2252a2bf02
1 changed files with 3 additions and 0 deletions
|
|
@ -105,6 +105,9 @@ class VariablesView( object ):
|
|||
for k, v in self._oldoptions.items():
|
||||
vim.options[ k ] = v
|
||||
|
||||
vim.command( 'bdelete! ' + str( self._watch.win.buffer.number ) )
|
||||
vim.command( 'bdelete! ' + str( self._vars.win.buffer.number ) )
|
||||
|
||||
def LoadScopes( self, frame ):
|
||||
def scopes_consumer( message ):
|
||||
old_scopes = self._scopes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue