Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>op.foldlevel

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

{not available when compiled without the |+folding| feature} Sets the fold level: Folds with a higher level will be closed. Setting this option to zero will close all folds. Higher numbers will close fewer folds. This option is set by commands like |zm|, |zM| and |zR|. See |fold-foldlevel|.