Skip to main content
Module

x/ddc_vim/deps.ts>fn.GetBufInfoDictArg

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

Only the buffers matching the specified criteria are returned.

Properties

optional
buflisted: boolean

Include only listed buffers.

optional
bufloaded: boolean

Include only loaded buffers.

optional
bufmodified: boolean

Include only modified buffers.