mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2025-03-26 03:31:32 +01:00
dont' drop the handle
This commit is contained in:
parent
57bc434901
commit
bdcc4b11ad
2 changed files with 1 additions and 1 deletions
plugin
|
@ -199,3 +199,4 @@ class CodempDeleteBufferCommand(sublime_plugin.WindowCommand):
|
|||
except KeyError: pass
|
||||
finally:
|
||||
vws.handle.delete_buffer(buffer_id).wait()
|
||||
|
||||
|
|
|
@ -82,7 +82,6 @@ class BufferManager():
|
|||
logger.debug(f"dropping buffer {self.id}")
|
||||
self.view.close()
|
||||
self.handle.clear_callback()
|
||||
self.handle = None
|
||||
|
||||
def __hash__(self):
|
||||
return hash(self.id)
|
||||
|
|
Loading…
Add table
Reference in a new issue