| 59 | } from './mode'; |
| 60 | |
| 61 | interface IModeHandlerMap { |
| 62 | get(editorId: Uri): ModeHandler | undefined; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * ModeHandler is the extension's backbone. It listens to events and updates the VimState. |
no outgoing calls
no test coverage detected