Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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.6.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<unknown>