MCPcopy Index your code
hub / github.com/VSCodeVim/Vim / echo

Function echo

test/vimscript/exCommandParse.test.ts:272–272  ·  view source on GitHub ↗
(exprs: Expression[])

Source from the content-addressed store, hash-verified

270
271 suite(':ec[ho]', () => {
272 const echo = (exprs: Expression[]) => new EchoCommand({ sep: ' ', error: false }, exprs);
273 exParseTest(':echo', echo([]));
274 exParseTest(':echo []{}', echo([listExpr([]), toExpr(dictionary(new Map()))]));
275 exParseTest(':echo 5 + 5', echo([add(int(5), int(5))]));

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected