Skip to main content
Module

x/ddc_vim/deps.ts>fn.reg_recording

Dark deno-powered completion framework for neovim/Vim8
Go to Latest
function fn.reg_recording
import { fn } from "https://deno.land/x/ddc_vim@v0.0.13/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

Returns

Promise<unknown>