File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
denops/@denops-private/host Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 3
3
Client ,
4
4
type Message ,
5
5
Session ,
6
- } from "jsr:@denops/vim-channel-command@4.0.0 " ;
6
+ } from "jsr:@denops/vim-channel-command@4.0.2 " ;
7
7
import { type Host , invoke , type Service } from "../host.ts" ;
8
8
9
9
export class Vim implements Host {
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import {
12
12
import { delay } from "jsr:@std/async@0.224.0/delay" ;
13
13
import { promiseState } from "jsr:@lambdalisue/async@2.1.1" ;
14
14
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 " ;
16
16
import { withVim } from "/denops-testutil/with.ts" ;
17
17
import type { Service } from "../host.ts" ;
18
18
import { Vim } from "./vim.ts" ;
You can’t perform that action at this time.
0 commit comments