Commit 95dde69
committed
Debugger* buffers are not deleted on close
When the debugging session is done and you close the debugger tab in
vim, the Debugger* buffers are just hidden, not deleted.
Change the check in the Window class back to 'self.buffer == None' from
'not self.is_open' to bail out of the destroy method.
fixes #225
Signed-off-by: BlackEagle <ike.devolder@gmail.com>1 parent 5ed4e13 commit 95dde69
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
| |||
0 commit comments