Skip to content

Commit 25e01b3

Browse files
committed
📦 bump @denops/vim-channel-command from 4.0.0 to 4.0.2
1 parent 04f546d commit 25e01b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

denops/@denops-private/host/vim.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {
33
Client,
44
type Message,
55
Session,
6-
} from "jsr:@denops/vim-channel-command@4.0.0";
6+
} from "jsr:@denops/vim-channel-command@4.0.2";
77
import { type Host, invoke, type Service } from "../host.ts";
88

99
export class Vim implements Host {

denops/@denops-private/host/vim_test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212
import { delay } from "jsr:@std/async@0.224.0/delay";
1313
import { promiseState } from "jsr:@lambdalisue/async@2.1.1";
1414
import { unimplemented } from "jsr:@lambdalisue/errorutil@1.0.0";
15-
import { Client, Session } from "jsr:@denops/vim-channel-command@4.0.0";
15+
import { Client, Session } from "jsr:@denops/vim-channel-command@4.0.2";
1616
import { withVim } from "/denops-testutil/with.ts";
1717
import type { Service } from "../host.ts";
1818
import { Vim } from "./vim.ts";

0 commit comments

Comments
 (0)