Skip to content

Commit 2fdc5fc

Browse files
committed
update denops/test
1 parent 9a19bb6 commit 2fdc5fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

denops/denippet/deps/denops.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ export * as au from "https://deno.land/x/[email protected]/autocmd/mod.ts";
88
export * as lambda from "https://deno.land/x/[email protected]/lambda/mod.ts";
99
export { batch } from "https://deno.land/x/[email protected]/batch/mod.ts";
1010

11-
export { test } from "jsr:@denops/test@2.0.1";
11+
export { test } from "jsr:@denops/test@3.0.4";

denops/denippet/main_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { is } from "./deps/unknownutil.ts";
66
async function loadPlugin(denops: Denops): Promise<void> {
77
const runtimepath = path.resolve(path.fromFileUrl(new URL("../..", import.meta.url)));
88
await denops.cmd(`set runtimepath^=${runtimepath}`);
9-
await denops.call("denops#plugin#register", "denippet");
9+
await denops.call("denops#plugin#discover");
1010
await denops.call("denops#plugin#wait", "denippet");
1111
}
1212

0 commit comments

Comments
 (0)