Skip to main content
Module

x/ddc_vim/deps.ts>op.buflisted

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.buflisted
import { op } from "https://deno.land/x/ddc_vim@v2.3.0/deps.ts";
const { buflisted } = op;

When this option is set, the buffer shows up in the buffer list. If it is reset it is not used for ":bnext", "ls", the Buffers menu, etc. This option is reset by Vim for buffers that are only used to remember a file name or marks. Vim sets it when starting to edit a buffer. But not when moving to a buffer with ":buffer".