File tree Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Expand file tree Collapse file tree 2 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1- import type { Denops } from "https://deno.land/x/denops_std@v3.1.4 /mod.ts" ;
2- import * as autocmd from "https://deno.land/x/denops_std@v3.1.4 /autocmd/mod.ts" ;
3- import * as anonymous from "https://deno.land/x/denops_std@v3.1.4 /anonymous/mod.ts" ;
4- import * as batch from "https://deno.land/x/denops_std@v3.1.4 /batch/mod.ts" ;
5- import * as fn from "https://deno.land/x/denops_std@v3.1.4 /function/mod.ts" ;
6- import * as vars from "https://deno.land/x/denops_std@v3.1.4 /variable/mod.ts" ;
7- import * 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" ;
1+ import type { Denops } from "https://deno.land/x/denops_std@v3.3.0 /mod.ts" ;
2+ import * as autocmd from "https://deno.land/x/denops_std@v3.3.0 /autocmd/mod.ts" ;
3+ import * as anonymous from "https://deno.land/x/denops_std@v3.3.0 /anonymous/mod.ts" ;
4+ import * as batch from "https://deno.land/x/denops_std@v3.3.0 /batch/mod.ts" ;
5+ import * as fn from "https://deno.land/x/denops_std@v3.3.0 /function/mod.ts" ;
6+ import * as vars from "https://deno.land/x/denops_std@v3.3.0 /variable/mod.ts" ;
7+ import * as option from "https://deno.land/x/denops_std@v3.3.0 /option/mod.ts" ;
8+ import { deferred } from "https://deno.land/std@0.134 .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 1- import type { Denops } from "https://deno.land/x/denops_std@v3.1.4 /mod.ts" ;
2- import * as batch from "https://deno.land/x/denops_std@v3.1.4 /batch/mod.ts" ;
3- import * as helper from "https://deno.land/x/denops_std@v3.1.4 /helper/mod.ts" ;
4- import * as vars from "https://deno.land/x/denops_std@v3.1.4 /variable/mod.ts" ;
1+ import type { Denops } from "https://deno.land/x/denops_std@v3.3.0 /mod.ts" ;
2+ import * as batch from "https://deno.land/x/denops_std@v3.3.0 /batch/mod.ts" ;
3+ import * as helper from "https://deno.land/x/denops_std@v3.3.0 /helper/mod.ts" ;
4+ import * as vars from "https://deno.land/x/denops_std@v3.3.0 /variable/mod.ts" ;
55import * as unknownutil from "https://deno.land/x/unknownutil@v2.0.0/mod.ts" ;
66import {
77 Session as VimSession ,
88} from "https://deno.land/x/vim_channel_command@v1.0.0/mod.ts" ;
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