MCPcopy Index your code
hub / github.com/witheve/Eve / logInsertModeChange

Function logInsertModeChange

src/codemirror.js:14182–14189  ·  view source on GitHub ↗
(macroModeState)

Source from the content-addressed store, hash-verified

14180 }
14181
14182 function logInsertModeChange(macroModeState) {
14183 if (macroModeState.isPlaying) { return; }
14184 var registerName = macroModeState.latestRegister;
14185 var register = vimGlobalState.registerController.getRegister(registerName);
14186 if (register && register.pushInsertModeChanges) {
14187 register.pushInsertModeChanges(macroModeState.lastInsertModeChanges);
14188 }
14189 }
14190
14191 function logSearchQuery(macroModeState, query) {
14192 if (macroModeState.isPlaying) { return; }

Callers 1

exitInsertModeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected