Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/option/mod.ts>foldnestmax

๐Ÿ“š Standard module for denops.vim
Go to Latest
variable foldnestmax
import { foldnestmax } from "https://deno.land/x/denops_std@v3.9.0/option/mod.ts";

{not available when compiled without the |+folding| feature} Sets the maximum nesting of folds for the "indent" and "syntax" methods. This avoids that too many folds will be created. Using more than 20 doesn't work, because the internal limit is 20.