Skip to main content
Module

x/ddc_vim/deps.ts>op.updatetime

Dark deno-powered completion framework for neovim/Vim
Latest
variable op.updatetime
import { op } from "https://deno.land/x/ddc_vim@v4.3.1/deps.ts";
const { updatetime } = op;

If this many milliseconds nothing is typed the swap file will be written to disk (see crash-recovery). Also used for the CursorHold autocommand event.

(default 4000)

type

GlobalOption<number>