Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/ddc_vim/deps.ts>op.updatetime

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
variable op.updatetime
import { op } from "https://deno.land/x/ddc_vim@v3.9.0/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>