Skip to main content
Module

x/denops_std/function/mod.ts>BufExistsArg

📚 Standard module for denops.vim
Go to Latest
type alias BufExistsArg
import { type BufExistsArg } from "https://deno.land/x/denops_std@v6.4.0/function/mod.ts";

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