File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ call ddc#custom#patch_global('sourceOptions', {
17
17
\ 'file': {
18
18
\ 'mark': 'F',
19
19
\ 'isVolatile': v:true,
20
- \ 'minAutoCompleteLength': 1000,
21
20
\ 'forceCompletionPattern': '\S/\S*',
22
21
\ }})
23
22
call ddc#custom#patch_filetype(
Original file line number Diff line number Diff line change 1
1
export type {
2
2
Candidate ,
3
3
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" ;
8
8
export type {
9
9
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" ;
11
11
export * as path from "https://deno.land/std@0.107.0/path/mod.ts" ;
12
12
export * as io from "https://deno.land/std@0.107.0/io/mod.ts" ;
13
13
export * as fs from "https://deno.land/std@0.107.0/fs/mod.ts" ;
You can’t perform that action at this time.
0 commit comments