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

x/ddc_vim/deps.ts>fn.reg_recording

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