Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/ddc_vim/deps.ts>fn.complete_check

Dark deno-powered completion framework for neovim/Vim
Very Popular
Go to Latest
function fn.complete_check
import { fn } from "https://deno.land/x/ddc_vim@v4.0.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<number>