Skip to main content
Module

x/ddc_vim/deps.ts>fn.findfile

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.findfile
import { fn } from "https://deno.land/x/ddc_vim@v0.0.13/deps.ts";
const { findfile } = fn;

Just like |finddir()|, but find a file instead of a directory. Uses 'suffixesadd'. Example: :echo findfile("tags.vim", ".;") Searches from the directory of the current file upwards until it finds the file "tags.vim". Can also be used as a |method|: GetName()->findfile()

Parameters

denops: Denops
name: unknown
optional
path: unknown
optional
count: unknown

Returns

Promise<unknown>