Skip to main content
Module

x/ddc_vim/deps.ts>op.synmaxcol

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

{not available when compiled without the |+syntax| feature} Maximum column in which to search for syntax items. In long lines the text after this column is not highlighted and following lines may not be highlighted correctly, because the syntax state is cleared. This helps to avoid very slow redrawing for an XML file that is one long line. Set to zero to remove the limit.