Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/function/vim/mod.ts>term_dumpload

📚 Standard module for denops.vim
Latest
function term_dumpload
import { term_dumpload } from "https://deno.land/x/denops_std@v6.5.0/function/vim/mod.ts";

Open a new window displaying the contents of {filename} The file must have been created with term_dumpwrite(). Returns the buffer number or zero when it fails. Also see terminal-diff.

For {options} see term_dumpdiff().

Can also be used as a method:

GetFilename()->term_dumpload()

Parameters

denops: Denops
filename: unknown
optional
options: unknown

Returns

Promise<number>