Skip to main content
Module

x/ddc_vim/deps.ts>op.modelines

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

If 'modeline' is on 'modelines' gives the number of lines that is checked for set commands. If 'modeline' is off or 'modelines' is zero no lines are checked. See |modeline|. NOTE: 'modeline' is set to the Vi default value when 'compatible' is set and to the Vim default value when 'compatible' is reset.