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
Go to Latest
function term_dumpload
import { term_dumpload } from "https://deno.land/x/denops_std@v3.8.1/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<unknown>