Skip to main content
Module

x/ddc_vim/deps.ts>fn.BufExistsArg

Dark deno-powered completion framework for neovim/Vim
Latest
type alias fn.BufExistsArg
import { type fn } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { BufExistsArg } = fn;

If the {buf} argument is a number, buffer numbers are used. Number zero is the alternate buffer for the current window.

If the {buf} argument is a string it must match a buffer name exactly. The name can be:

  • Relative to the current directory.
  • A full path.
  • The name of a buffer with 'buftype' set to "nofile".
  • A URL name.
definition: string | number