Skip to main content
Module

x/denops_std/option/mod.ts>buflisted

📚 Standard module for denops.vim
Go to Latest
variable buflisted
import { buflisted } from "https://deno.land/x/denops_std@v5.1.0/option/mod.ts";

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".

(default: on)