Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.foldclose

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

When set to "all", a fold is closed when the cursor isn't in it and its level is higher than 'foldlevel'. Useful if you want folds to automatically close when moving out of them.

(default "")

not available when compiled without the +folding feature

type

GlobalOption<string>