Skip to main content
Module

x/denops_std/function/mod.ts>GetBufInfoDictArg

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

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.