Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4f3cead

Browse filesBrowse files
committed
Format
1 parent 34b362d commit 4f3cead
Copy full SHA for 4f3cead

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed

‎.github/workflows/ci.yml

Copy file name to clipboardExpand all lines: .github/workflows/ci.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- main
1010
schedule:
11-
- cron: '0 0 1 * *'
11+
- cron: "0 0 1 * *"
1212

1313
jobs:
1414
check:

‎denops/@ddc-sources/file.ts

Copy file name to clipboardExpand all lines: denops/@ddc-sources/file.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
import * as util from "../@ddc-file/util.ts";
22
import * 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";
55
import 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

1111
import * as fn from "jsr:@denops/std@^7.0.1/function";
1212
import * as vars from "jsr:@denops/std@^7.0.1/variable";

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.