Skip to main content
Module

x/denops_std/function/mod.ts>complete_check

📚 Standard module for denops.vim
Go to Latest
function complete_check
import { complete_check } from "https://deno.land/x/denops_std@v6.4.0/function/mod.ts";

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.

Returns

Promise<number>