Skip to content

Commit

Permalink
Merge pull request #4 from uki00a/update-ddc-and-denops-std
Browse files Browse the repository at this point in the history
update ddc.vim version from 0.2.2 to 0.4.2
  • Loading branch information
shun authored Aug 30, 2021
2 parents a9e0d64 + 8939829 commit 28571a4
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
import {
BaseSource,
Candidate,
} from "https://deno.land/x/ddc_vim@v0.2.2/types.ts#^";
} from "https://deno.land/x/ddc_vim@v0.4.2/types.ts#^";

import {
Denops,
} from "https://deno.land/x/ddc_vim@v0.2.2/deps.ts#^";
} from "https://deno.land/x/ddc_vim@v0.4.2/deps.ts#^";

import {
once
} from "https://deno.land/x/denops_std@v1.7.4/anonymous/mod.ts";
} from "https://deno.land/x/denops_std@v1.8.1/anonymous/mod.ts";

export class Source extends BaseSource {
async gatherCandidates(args: {
Expand Down

0 comments on commit 28571a4

Please sign in to comment.