File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
branches :
9
9
- main
10
10
schedule :
11
- - cron : ' 0 0 1 * *'
11
+ - cron : " 0 0 1 * *"
12
12
13
13
jobs :
14
14
check :
Original file line number Diff line number Diff line change 1
1
import * as util from "../@ddc-file/util.ts" ;
2
2
import * as internal from "../@ddc-file/internal_autoload_fn.ts" ;
3
3
4
- import { BaseSource } from "jsr:@shougo/ddc-vim@^7 .0.0/source" ;
4
+ import { BaseSource } from "jsr:@shougo/ddc-vim@^9 .0.0/source" ;
5
5
import type {
6
6
GatherArguments ,
7
7
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" ;
10
10
11
11
import * as fn from "jsr:@denops/std@^7.0.1/function" ;
12
12
import * as vars from "jsr:@denops/std@^7.0.1/variable" ;
You can’t perform that action at this time.
0 commit comments