( self )
| 668 | |
| 669 | |
| 670 | def OnInsertEnter( self ): |
| 671 | if not self._user_options[ 'update_diagnostics_in_insert_mode' ]: |
| 672 | self.CurrentBuffer().ClearDiagnosticsUI() |
| 673 | |
| 674 | |
| 675 | def OnInsertLeave( self ): |
nothing calls this directly
no test coverage detected