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

x/denops_std/function/mod.ts>reg_recording

📚 Standard module for denops.vim
Go to Latest
function reg_recording
import { reg_recording } from "https://deno.land/x/denops_std@v5.0.2/function/mod.ts";

Returns the single letter name of the register being recorded. Returns an empty string when not recording. See q.

Returns

Promise<string>