import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { timer_stop } = fn;
Stop a timer. The timer callback will no longer be invoked. {timer} is an ID returned by timer_start(), thus it must be a Number. If {timer} does not exist there is no error.
Can also be used as a method
:
GetTimer()->timer_stop()
only available when compiled with the +timers
feature
Parameters
denops: Denops