Skip to main content
Module

x/ddc_vim/deps.ts>fn.complete_check

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.complete_check
import { fn } from "https://deno.land/x/ddc_vim@v2.3.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.

Returns

Promise<unknown>