Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/denops_std/function/mod.ts>reg_executing

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

Returns the single letter name of the register being executed. Returns an empty string when no register is being executed. See |@|.

Returns

Promise<unknown>