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

Method updateView

src/transformations/execute.ts:34–34  ·  view source on GitHub ↗
(args?: { drawSelection: boolean; revealRange: boolean })

Source from the content-addressed store, hash-verified

32 lastMovementFailed: boolean;
33
34 updateView(args?: { drawSelection: boolean; revealRange: boolean }): void;
35 runMacro(recordedMacro: RecordedState): Promise<void>;
36 handleMultipleKeyEvents(keys: string[]): Promise<void>;
37 handleKeyEvent(key: string): Promise<void>;

Callers 3

getAndUpdateModeHandlerFunction · 0.65
activateFunction · 0.65
handleRemappingMethod · 0.65

Implementers 1

ModeHandlersrc/mode/modeHandler.ts

Calls

no outgoing calls

Tested by

no test coverage detected