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

x/denops_std/option/mod.ts>foldlevel

📚 Standard module for denops.vim
Latest
variable foldlevel
import { foldlevel } from "https://deno.land/x/denops_std@v6.5.0/option/mod.ts";

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.

(default: 0)

not available when compiled without the +folding feature