We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a3f29 commit 3e18bb8Copy full SHA for 3e18bb8
denops/@denops-private/host/vim_test.ts
@@ -102,7 +102,7 @@ Deno.test("Vim", async (t) => {
102
await assertRejects(
103
() => host.call("@@@@@", -4),
104
Error,
105
- "Failed to call '@@@@@' in Vim: Vim(let):E117: Unknown function: @@@@@",
+ "Failed to call '@@@@@' in Vim:",
106
);
107
});
108
@@ -148,7 +148,7 @@ Deno.test("Vim", async (t) => {
148
assertEquals(ret, [4, 10]);
149
assertMatch(
150
err,
151
- /^Failed to call '@@@@@' in Vim: Vim\(.*\):E117: Unknown function: @@@@@/,
+ /Failed to call '@@@@@' in Vim:/,
152
153
154
0 commit comments