Skip to main content
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@v6.4.0/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>