Delete GitGutterShowDiff object. Clear all output to prevent zombies if the plugin is disabled.
(self)
| 21 | self._busy = False |
| 22 | |
| 23 | def __del__(self): |
| 24 | """Delete GitGutterShowDiff object. |
| 25 | |
| 26 | Clear all output to prevent zombies if the plugin is disabled. |
| 27 | """ |
| 28 | self.clear() |
| 29 | |
| 30 | def clear(self): |
| 31 | """Remove all gutter icons and status messages.""" |