Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
Module

x/denops_std/option/mod.ts>synmaxcol

๐Ÿ“š Standard module for denops.vim
Latest
variable synmaxcol
import { synmaxcol } from "https://deno.land/x/denops_std@v6.5.1/option/mod.ts";

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.

(default 3000)

not available when compiled without the +syntax feature