Skip to main content
Module

x/dpp_vim/deps.ts>fn.browse

Dark powered plugin manager for Vim/neovim
Latest
function fn.browse
import { fn } from "https://deno.land/x/dpp_vim@v0.2.0/deps.ts";
const { browse } = fn;

Put up a file requester. This only works when "has("browse")" returns TRUE (only in some GUI versions). The input fields are: {save} when TRUE, select file to write {title} title for the requester {initdir} directory to start browsing in {default} default file name An empty string is returned when the "Cancel" button is hit, something went wrong, or browsing is not possible.

Parameters

denops: Denops
save: unknown
title: unknown
initdir: unknown
defaultValue: unknown

Returns

Promise<string>