Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/ddu_vim/deps.ts>fn.GetBufInfoDictArg

Dark deno-powered UI framework for neovim/Vim
Go to Latest
interface fn.GetBufInfoDictArg
import { type fn } from "https://deno.land/x/ddu_vim@v4.0.0/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.