Skip to content

Commit 86f71ea

Browse files
committed
update deno deps
1 parent 18ad474 commit 86f71ea

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ call ddc#custom#patch_global('sourceOptions', {
1717
\ 'file': {
1818
\ 'mark': 'F',
1919
\ 'isVolatile': v:true,
20-
\ 'minAutoCompleteLength': 1000,
2120
\ 'forceCompletionPattern': '\S/\S*',
2221
\ }})
2322
call ddc#custom#patch_filetype(

denops/ddc-file/deps.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
export type {
22
Candidate,
33
Context,
4-
} from "https://deno.land/x/ddc_vim@v0.11.0/types.ts";
5-
export { BaseSource } from "https://deno.land/x/ddc_vim@v0.11.0/types.ts";
6-
export type { Denops } from "https://deno.land/x/ddc_vim@v0.11.0/deps.ts";
7-
export { fn, vars } from "https://deno.land/x/ddc_vim@v0.11.0/deps.ts";
4+
} from "https://deno.land/x/ddc_vim@v0.12.0/types.ts";
5+
export { BaseSource } from "https://deno.land/x/ddc_vim@v0.12.0/types.ts";
6+
export type { Denops } from "https://deno.land/x/ddc_vim@v0.12.0/deps.ts";
7+
export { fn, vars } from "https://deno.land/x/ddc_vim@v0.12.0/deps.ts";
88
export type {
99
GatherCandidatesArguments,
10-
} from "https://deno.land/x/ddc_vim@v0.11.0/base/source.ts";
10+
} from "https://deno.land/x/ddc_vim@v0.12.0/base/source.ts";
1111
export * as path from "https://deno.land/std@0.107.0/path/mod.ts";
1212
export * as io from "https://deno.land/std@0.107.0/io/mod.ts";
1313
export * as fs from "https://deno.land/std@0.107.0/fs/mod.ts";

0 commit comments

Comments
 (0)