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 <