(cm, reason)
| 10229 | }; |
| 10230 | |
| 10231 | function clearInputState(cm, reason) { |
| 10232 | cm.state.vim.inputState = new InputState(); |
| 10233 | CodeMirror.signal(cm, 'vim-command-done', reason); |
| 10234 | } |
| 10235 | |
| 10236 | /* |
| 10237 | * Register stores information about copy and paste registers. Besides |
no outgoing calls
no test coverage detected