File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import * as batch from "https://deno.land/x/denops_std@v3.1.4/batch/mod.ts";
55import * as fn from "https://deno.land/x/denops_std@v3.1.4/function/mod.ts" ;
66import * as vars from "https://deno.land/x/denops_std@v3.1.4/variable/mod.ts" ;
77import * as option from "https://deno.land/x/denops_std@v3.1.4/option/mod.ts" ;
8- import { deferred } from "https://deno.land/std@0.128 .0/async/mod.ts" ;
8+ import { deferred } from "https://deno.land/std@0.129 .0/async/mod.ts" ;
99
1010/**
1111 * Open a scratch buffer in a new tab page and return immediately.
Original file line number Diff line number Diff line change 99import {
1010 Dispatcher ,
1111 Session as NvimSession ,
12- } from "https://deno.land/x/msgpack_rpc@v3.1.4 /mod.ts" ;
12+ } from "https://deno.land/x/msgpack_rpc@v3.1.5 /mod.ts" ;
1313import * as editor from "./editor.ts" ;
1414
1515const GUISE_VIM_ADDRESS = "GUISE_VIM_ADDRESS" ;
You can’t perform that action at this time.
0 commit comments