Skip to main content
Deno 2 is finally here ๐ŸŽ‰๏ธ
Learn more
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.9.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 <