import { op } from "https://deno.land/x/ddc_vim@v4.0.2/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".
(default: on)