MCPcopy
hub / github.com/VSCodeVim/Vim / rerunRecordedState

Method rerunRecordedState

src/transformations/execute.ts:38–38  ·  view source on GitHub ↗
(transformation: Dot)

Source from the content-addressed store, hash-verified

36 handleMultipleKeyEvents(keys: string[]): Promise<void>;
37 handleKeyEvent(key: string): Promise<void>;
38 rerunRecordedState(transformation: Dot): Promise<void>;
39}
40
41export async function executeTransformations(

Callers 1

executeTransformationsFunction · 0.65

Implementers 1

ModeHandlersrc/mode/modeHandler.ts

Calls

no outgoing calls

Tested by

no test coverage detected