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

Function jumpToNewFile

test/marks.test.ts:18–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 });
17
18 const jumpToNewFile = async () => {
19 await setupWorkspace({
20 config: {
21 tabstop: 4,
22 expandtab: false,
23 },
24 forceNewFile: true,
25 disableCleanUp: true,
26 });
27 return (await getAndUpdateModeHandler())!;
28 };
29
30 newTest({
31 title: 'Can jump to lowercase mark',

Callers 1

marks.test.tsFile · 0.85

Calls 2

setupWorkspaceFunction · 0.90
getAndUpdateModeHandlerFunction · 0.90

Tested by

no test coverage detected