import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { eventhandler } = fn;
Returns 1 when inside an event handler. That is that Vim got interrupted while waiting for the user to type a character, e.g., when dropping a file on Vim. This means interactive commands cannot be used. Otherwise zero is returned.
Parameters
denops: Denops