(cm, reason)
| 1043 | }; |
| 1044 | |
| 1045 | function clearInputState(cm, reason) { |
| 1046 | cm.state.vim.inputState = new InputState(); |
| 1047 | CodeMirror.signal(cm, 'vim-command-done', reason); |
| 1048 | } |
| 1049 | |
| 1050 | /* |
| 1051 | * Register stores information about copy and paste registers. Besides |
no test coverage detected