MCPcopy Create free account
hub / github.com/witheve/Eve / logKey

Function logKey

src/codemirror.js:14173–14180  ·  view source on GitHub ↗
(macroModeState, key)

Source from the content-addressed store, hash-verified

14171 }
14172
14173 function logKey(macroModeState, key) {
14174 if (macroModeState.isPlaying) { return; }
14175 var registerName = macroModeState.latestRegister;
14176 var register = vimGlobalState.registerController.getRegister(registerName);
14177 if (register) {
14178 register.pushText(key);
14179 }
14180 }
14181
14182 function logInsertModeChange(macroModeState) {
14183 if (macroModeState.isPlaying) { return; }

Callers 1

handleMacroRecordingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected