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

Method exec

src/actions/commands/insert.ts:550–554  ·  view source on GitHub ↗
(position: Position, vimState: VimState)

Source from the content-addressed store, hash-verified

548 keys = ['<C-o>'];
549
550 public override async exec(position: Position, vimState: VimState): Promise<void> {
551 vimState.returnToInsertAfterCommand = true;
552 vimState.actionCount = 0;
553 await new ExitInsertMode().exec(position, vimState);
554 }
555}
556
557@RegisterAction

Callers

nothing calls this directly

Calls 1

execMethod · 0.65

Tested by

no test coverage detected