Skip to content

Commit aeae733

Browse files
chore: bump @shougo/ddc-vim from 9.1.0 to 9.3.0
1 parent 1f982ea commit aeae733

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

denops/@ddc-filters/converter_fuzzy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ import type { Denops } from "jsr:@denops/[email protected]";
22
import type {
33
Item,
44
PumHighlight,
5-
} from "jsr:@shougo/ddc-vim@9.1.0/types";
5+
} from "jsr:@shougo/ddc-vim@9.3.0/types";
66
import {
77
BaseFilter,
88
FilterArguments,
99
OnInitArguments,
10-
} from "jsr:@shougo/ddc-vim@9.1.0/filter";
10+
} from "jsr:@shougo/ddc-vim@9.3.0/filter";
1111
import * as fuzzy from "../../fuzzy.ts";
1212

1313
type Params = { hlGroup: string };

denops/@ddc-filters/matcher_fuzzy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { Item } from "jsr:@shougo/ddc-vim@9.1.0/types";
1+
import { Item } from "jsr:@shougo/ddc-vim@9.3.0/types";
22
import {
33
BaseFilter,
44
FilterArguments,
5-
} from "jsr:@shougo/ddc-vim@9.1.0/filter";
5+
} from "jsr:@shougo/ddc-vim@9.3.0/filter";
66
import * as fuzzy from "../../fuzzy.ts";
77

88
type Params = {

denops/@ddc-filters/sorter_fuzzy.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { Item } from "jsr:@shougo/ddc-vim@9.1.0/types";
1+
import { Item } from "jsr:@shougo/ddc-vim@9.3.0/types";
22
import {
33
BaseFilter,
44
FilterArguments,
5-
} from "jsr:@shougo/ddc-vim@9.1.0/filter";
5+
} from "jsr:@shougo/ddc-vim@9.3.0/filter";
66
import * as fuzzy from "../../fuzzy.ts";
77

88
type Params = Record<string, never>;

test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import * as Sorter from "./denops/@ddc-filters/sorter_fuzzy.ts";
44
import * as Converter from "./denops/@ddc-filters/converter_fuzzy.ts";
55
import { assertEquals } from "jsr:@std/[email protected]";
66
import { assertSpyCallArg, stub } from "jsr:@std/[email protected]/mock";
7-
import type { PumHighlight } from "jsr:@shougo/ddc-vim@9.1.0/types";
7+
import type { PumHighlight } from "jsr:@shougo/ddc-vim@9.3.0/types";
88

99
const matcher = new Matcher.Filter();
1010
const sorter = new Sorter.Filter();

0 commit comments

Comments
 (0)