Skip to main content
Module

x/ddc_vim/deps.ts>op.foldenable

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

{not available when compiled without the |+folding| feature} When off, all folds are open. This option can be used to quickly switch between showing all text unfolded and viewing the text with folds (including manually opened or closed folds). It can be toggled with the |zi| command. The 'foldcolumn' will remain blank when 'foldenable' is off. This option is set by commands that create a new fold or close a fold. See |folding|.