There was an error while loading. Please reload this page.
1 parent 5a9800b commit 47b4a0fCopy full SHA for 47b4a0f
1 file changed
denops/dpp/dpp.ts
@@ -830,6 +830,7 @@ Deno.test("initPlugin", () => {
830
{
831
name: "foo",
832
rev: "[hoge]",
833
+ path: "repos/foo",
834
script_type: "foo",
835
rtp: "autoload",
836
},
@@ -853,6 +854,7 @@ Deno.test("initPlugin", () => {
853
854
initPlugin(
855
856
857
858
on_ft: "foo",
859
860
"base",
@@ -874,6 +876,7 @@ Deno.test("initPlugin", () => {
874
876
875
877
878
879
880
lua_add: "foo",
881
882
0 commit comments