import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { reg_recording } = fn;
Returns the single letter name of the register being recorded.
Returns an empty string when not recording. See q
.
Parameters
denops: Denops
import { fn } from "https://deno.land/x/ddc_vim@v4.0.2/deps.ts";
const { reg_recording } = fn;
Returns the single letter name of the register being recorded.
Returns an empty string when not recording. See q
.