Skip to main content
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.8.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.