MCPcopy
hub / github.com/witheve/Eve / clearInputState

Function clearInputState

src/codemirror.js:10231–10234  ·  view source on GitHub ↗
(cm, reason)

Source from the content-addressed store, hash-verified

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

Callers 7

handleMacroRecordingFunction · 0.85
handleEscFunction · 0.85
handleKeyInsertModeFunction · 0.85
handleKeyNonInsertModeFunction · 0.85
VimFunction · 0.85
handleQueryFunction · 0.85
onPromptKeyDownFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected