File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 branches :
99 - main
1010 schedule :
11- - cron : ' 0 0 1 * *'
11+ - cron : " 0 0 1 * *"
1212
1313jobs :
1414 check :
Original file line number Diff line number Diff line change 11import * as util from "../@ddc-file/util.ts" ;
22import * as internal from "../@ddc-file/internal_autoload_fn.ts" ;
33
4- import { BaseSource } from "jsr:@shougo/ddc-vim@^7 .0.0/source" ;
4+ import { BaseSource } from "jsr:@shougo/ddc-vim@^9 .0.0/source" ;
55import type {
66 GatherArguments ,
77 GetCompletePositionArguments ,
8- } from "jsr:@shougo/ddc-vim@^7 .0.0/source" ;
9- import type { Item } from "jsr:@shougo/ddc-vim@^7 .0.0/types" ;
8+ } from "jsr:@shougo/ddc-vim@^9 .0.0/source" ;
9+ import type { Item } from "jsr:@shougo/ddc-vim@^9 .0.0/types" ;
1010
1111import * as fn from "jsr:@denops/std@^7.0.1/function" ;
1212import * as vars from "jsr:@denops/std@^7.0.1/variable" ;
You can’t perform that action at this time.
0 commit comments