Skip to main content
Module

x/ddc_vim/deps.ts>op.bufhidden

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

This option specifies what happens when a buffer is no longer displayed in a window: follow the global 'hidden' option hide hide the buffer (don't unload it), also when 'hidden' is not set unload unload the buffer, also when 'hidden' is set or using |:hide| delete delete the buffer from the buffer list, also when 'hidden' is set or using |:hide|, like using |:bdelete| wipe wipe out the buffer from the buffer list, also when 'hidden' is set or using |:hide|, like using |:bwipeout|