import { op } from "https://deno.land/x/ddc_vim@v4.0.2/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