import { fn } from "https://deno.land/x/ddc_vim@v3.8.0/deps.ts";
const { complete_check } = fn;
Check for a key typed while looking for completion matches.
This is to be used when looking for matches takes some time.
Returns TRUE
when searching for matches is to be aborted,
zero otherwise.
Only to be used by the function specified with the
'completefunc' option.
Parameters
denops: Denops