import { type fn } from "https://deno.land/x/ddc_vim@v4.0.2/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.