Skip to main content
Module

x/denops_std/option/mod.ts>eventignore

📚 Standard module for denops.vim
Go to Latest
variable eventignore
import { eventignore } from "https://deno.land/x/denops_std@v3.6.0/option/mod.ts";

A list of autocommand event names, which are to be ignored. When set to "all" or when "all" is one of the items, all autocommand events are ignored, autocommands will not be executed. Otherwise this is a comma separated list of event names. Example: > :set ei=WinEnter,WinLeave <